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