fune/third_party/rust/enumset
2022-05-18 23:59:49 +00:00
..
src Bug 1769901 - Update numerous rust crates. r=emilio 2022-05-18 23:59:49 +00:00
tests Bug 1769901 - Update numerous rust crates. r=emilio 2022-05-18 23:59:49 +00:00
.cargo-checksum.json Bug 1769901 - Update numerous rust crates. r=emilio 2022-05-18 23:59:49 +00:00
Cargo.toml Bug 1769901 - Update numerous rust crates. r=emilio 2022-05-18 23:59:49 +00:00
LICENSE-APACHE
LICENSE-MIT
README.md Bug 1769901 - Update numerous rust crates. r=emilio 2022-05-18 23:59:49 +00:00

enumset

Build Status Latest Version Requires rustc 1.36+ Rust Documentation

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.