Crates.io | big_enum_set |
lib.rs | big_enum_set |
version | 0.3.0 |
source | src |
created_at | 2019-10-01 19:09:42.177732 |
updated_at | 2023-06-18 05:43:34.965992 |
description | A library for creating sets of enums with a large number of variants. |
homepage | |
repository | https://github.com/manuthambi/big_enum_set |
max_upload_size | |
id | 169173 |
size | 81,699 |
A library for creating sets of enums with a large number of variants. The set is implemented
internally as a bitset stored in an array of usize
.
See the documentation for more information.
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in big_enum_set by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.