gecko-dev/third_party/rust/enumset
Mike Hommey f5d75f8abe Bug 1807789 - Update enumset to 1.0.12. r=emilio,supply-chain-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D165599
2022-12-28 20:53:26 +00:00
..
src
tests Bug 1807789 - Update enumset to 1.0.12. r=emilio,supply-chain-reviewers 2022-12-28 20:53:26 +00:00
.cargo-checksum.json Bug 1807789 - Update enumset to 1.0.12. r=emilio,supply-chain-reviewers 2022-12-28 20:53:26 +00:00
Cargo.toml Bug 1807789 - Update enumset to 1.0.12. r=emilio,supply-chain-reviewers 2022-12-28 20:53:26 +00:00
LICENSE-APACHE
LICENSE-MIT
README.md Bug 1807789 - Update enumset to 1.0.12. r=emilio,supply-chain-reviewers 2022-12-28 20:53:26 +00:00

README.md

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.