8 releases
Uses old Rust 2015
0.0.8 | Mar 21, 2019 |
---|---|
0.0.7 | May 1, 2017 |
0.0.6 | Oct 4, 2015 |
0.0.5 | May 19, 2015 |
0.0.3 | Mar 26, 2015 |
#2058 in Data structures
202 downloads per month
Used in 6 crates
(3 directly)
18KB
407 lines
A structure for holding a set of enum variants.
Documentation is available at https://contain-rs.github.io/enum-set/enum_set.
lib.rs
:
A structure for holding a set of enum variants.
This module defines a container which uses an efficient bit mask representation to hold C-like enum variants.