#enums #bitset #compact #issue #fork #once #syn

deprecated wasmer_enumset

A library for creating compact sets of enums. Wasmer fork to work around syn issue. This will not be updated once the issue is fixed upstream.

1 stable release

1.0.1 Jan 11, 2021

#54 in #bitset

Download history 533/week @ 2023-12-14 332/week @ 2023-12-21 292/week @ 2023-12-28 342/week @ 2024-01-04 485/week @ 2024-01-11 459/week @ 2024-01-18 487/week @ 2024-01-25 253/week @ 2024-02-01 397/week @ 2024-02-08 400/week @ 2024-02-15 324/week @ 2024-02-22 409/week @ 2024-02-29 486/week @ 2024-03-07 385/week @ 2024-03-14 431/week @ 2024-03-21 367/week @ 2024-03-28

1,737 downloads per month
Used in 29 crates (via stayawake)

MIT/Apache

31KB
460 lines

enumset

Build Status Latest Version Requires rustc 1.31+ Rust Documentation

This is a fork of https://github.com/Lymia/enumset and will not be updated once the fix for the breaking syn issue is resolved.

A library for defining enums that can be used in compact bit sets. It supports enums up to 128 variants, and has a macro to use these sets in constants.

See the documentation for more information.

License

This project is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in enumset by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~2MB
~44K SLoC