| Crates.io | const-enum-tools |
| lib.rs | const-enum-tools |
| version | 0.2.0 |
| created_at | 2022-05-01 17:14:44.329005+00 |
| updated_at | 2022-05-02 13:55:12.390852+00 |
| description | Trait definitions for working with enums at compile time using macros. |
| homepage | |
| repository | https://github.com/tigergold59/const-enum-tools |
| max_upload_size | |
| id | 578674 |
| size | 2,059 |
A crate with type definitions that allow for versatile operations on enums at compile time, including getting the count of variants and list of variant names.
const-enum-tools-derive can derive these traits for enums.