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

#2539 in Data structures

Download history 27/week @ 2024-07-19 54/week @ 2024-07-26 46/week @ 2024-08-02 57/week @ 2024-08-09 37/week @ 2024-08-16 17/week @ 2024-08-23 13/week @ 2024-08-30 25/week @ 2024-09-06 22/week @ 2024-09-13 98/week @ 2024-09-20 52/week @ 2024-09-27 36/week @ 2024-10-04 21/week @ 2024-10-11 21/week @ 2024-10-18 15/week @ 2024-10-25 28/week @ 2024-11-01

86 downloads per month
Used in 6 crates (3 directly)

MIT/Apache

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.

No runtime deps