]> git.lizzy.rs Git - enumset.git/blob - README.md
Fix documentation opps.
[enumset.git] / README.md
1 # enumset
2
3 [![Latest Version](https://img.shields.io/crates/v/enumset.svg)](https://crates.io/crates/enumset)
4 ![Requires rustc 1.30+](https://img.shields.io/badge/rustc-1.30+-red.svg)
5 [![Rust Documentation](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/enumset)
6
7 A library for defining enums that can be used in compact bit sets.
8 It supports enums up to 128 variants, and has a macro to use these sets in constants.
9
10 See [the documentation](https://docs.rs/enumset) for more information.
11
12 # License
13
14 This project is licensed under either of
15
16  * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
17    http://www.apache.org/licenses/LICENSE-2.0)
18  * MIT license ([LICENSE-MIT](LICENSE-MIT) or
19    http://opensource.org/licenses/MIT)
20
21 at your option.
22
23 ### Contribution
24
25 Unless you explicitly state otherwise, any contribution intentionally submitted
26 for inclusion in enumset by you, as defined in the Apache-2.0 license, shall be
27 dual licensed as above, without any additional terms or conditions.