#enums

enum-set

A structure for holding a set of enum variants

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

#2919 in Data structures

Download history 49/week @ 2025-10-20 41/week @ 2025-10-27 24/week @ 2025-11-03 12/week @ 2025-11-10 13/week @ 2025-11-17 32/week @ 2025-11-24 17/week @ 2025-12-01 5/week @ 2025-12-08 45/week @ 2025-12-15 90/week @ 2025-12-22 27/week @ 2025-12-29 11/week @ 2026-01-05 8/week @ 2026-01-12 27/week @ 2026-01-19 18/week @ 2026-01-26 12/week @ 2026-02-02

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

MIT/Apache

18KB
407 lines

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.


A structure for holding a set of enum variants.

Documentation is available at https://contain-rs.github.io/enum-set/enum_set.

No runtime deps