1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
int-enum ====== **A procedural macro for conversion between integer and enum types.** ## Usage Add this to your `Cargo.toml`: ```toml [dependencies] int-enum = "0.3" ``` ## License This project is licensed under [MIT license](LICENSE).