enum-set 0.0.5

A structure for holding a set of enum variants
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "enum-set"
version = "0.0.5"
license = "MIT/Apache-2.0"
description = "A structure for holding a set of enum variants"
authors = [
    "Stepan Koltsov <stepan.koltsov@gmail.com>",
]

repository = "https://github.com/contain-rs/enum-set"
homepage = "https://github.com/contain-rs/enum-set"
documentation = "https://contain-rs.github.io/enum-set/enum_set"
keywords = ["data-structures"]
readme = "README.md"