Skip to content
/ enumset Public

A library for compact bit sets containing enums.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

Lymia/enumset

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date
Jul 22, 2024
Dec 8, 2024
Jul 22, 2024
Jul 22, 2024
Jul 22, 2024
Apr 4, 2020
Jul 22, 2024
Oct 29, 2017
May 1, 2023
Jul 22, 2024
Dec 8, 2024
Apr 12, 2022

Repository files navigation

enumset

Build Status Latest Version Requires rustc 1.61+ Rust Documentation

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 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.