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

#2725 in Data structures

Download history 15/week @ 2024-11-13 24/week @ 2024-11-20 32/week @ 2024-11-27 44/week @ 2024-12-04 102/week @ 2024-12-11 23/week @ 2024-12-18 19/week @ 2025-01-01 31/week @ 2025-01-08 50/week @ 2025-01-15 25/week @ 2025-01-22 71/week @ 2025-01-29 314/week @ 2025-02-05 56/week @ 2025-02-12 28/week @ 2025-02-19 190/week @ 2025-02-26

608 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