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

#1973 in Data structures

Download history 17/week @ 2024-01-08 6/week @ 2024-01-15 3/week @ 2024-01-22 7/week @ 2024-02-05 15/week @ 2024-02-12 34/week @ 2024-02-19 98/week @ 2024-02-26 35/week @ 2024-03-04 47/week @ 2024-03-11 31/week @ 2024-03-18 11/week @ 2024-03-25 92/week @ 2024-04-01 26/week @ 2024-04-08 52/week @ 2024-04-15

184 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