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

Download history 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 51/week @ 2024-04-22 23/week @ 2024-04-29 30/week @ 2024-05-06 30/week @ 2024-05-13 43/week @ 2024-05-20 77/week @ 2024-05-27 98/week @ 2024-06-03 38/week @ 2024-06-10 23/week @ 2024-06-17 37/week @ 2024-06-24

202 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