#issue #enums #syn #helper #fork #once #updated

deprecated macro wasmer_enumset_derive

An internal helper crate for enumset. Not public API. Wasmer fork to work around syn issue. This will not be updated once the issue is fixed upstream.

1 unstable release

0.5.0 Jan 11, 2021

#36 in #updated

Download history 533/week @ 2023-12-14 333/week @ 2023-12-21 293/week @ 2023-12-28 342/week @ 2024-01-04 487/week @ 2024-01-11 458/week @ 2024-01-18 487/week @ 2024-01-25 253/week @ 2024-02-01 399/week @ 2024-02-08 402/week @ 2024-02-15 326/week @ 2024-02-22 410/week @ 2024-02-29 488/week @ 2024-03-07 386/week @ 2024-03-14 437/week @ 2024-03-21 370/week @ 2024-03-28

1,749 downloads per month
Used in 30 crates (via wasmer_enumset)

MIT/Apache

21KB
424 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

~1.5MB
~40K SLoC