[go: up one dir, main page]

enumset 0.2.0

A library for creating compact sets of enums.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "enumset"
version = "0.2.0"
authors = ["Lymia Aluysia <lymia@lymiahugs.com>"]

description = "A library for creating compact sets of enums."
keywords = ["enum", "bitset"]
categories = ["data-structures"]

documentation = "https://docs.rs/enumset"
repository = "https://github.com/Lymia/enumset"
readme = "README.md"

license = "MIT/Apache-2.0"

[features]
i128 = []