https://github.com/Lymia/enumset
A library for compact bit sets containing enums.
https://github.com/Lymia/enumset
bitset enum enumset rust-library
Last synced: 8 months ago
JSON representation
A library for compact bit sets containing enums.
- Host: GitHub
- URL: https://github.com/Lymia/enumset
- Owner: Lymia
- License: apache-2.0
- Created: 2017-10-29T10:09:07.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-10-11T19:26:23.000Z (over 2 years ago)
- Last Synced: 2024-04-24T22:02:00.285Z (almost 2 years ago)
- Topics: bitset, enum, enumset, rust-library
- Language: Rust
- Homepage:
- Size: 397 KB
- Stars: 86
- Watchers: 4
- Forks: 31
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# enumset
[](https://github.com/Lymia/enumset/actions/workflows/test.yml)
[](https://crates.io/crates/enumset)

[](https://docs.rs/enumset)
A library for defining enums that can be used in compact bit sets. It supports
`serde` and `#[no_std]` environments, and has basic support for using EnumSets
in constants.
See [the documentation](https://docs.rs/enumset) for more information.
# License
This project is licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
http://opensource.org/licenses/MIT)
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.