]> git.lizzy.rs Git - enumset.git/blob - README.md
Add a doc link to README.md.
[enumset.git] / README.md
1 A library for defining enums that can be used in compact bit sets.
2
3 It supports enums up to 64 variants on stable Rust, and up to 128 variants on nightly Rust with the `i128` feature enabled, and has a macro to use these sets in constants.
4
5 [See the documentation for more information.](https://docs.rs/enumset)
6
7 This library is dual licenced under the MIT and Apache 2.0 licenses.