const-enum-tools 0.2.0

Trait definitions for working with enums at compile time using macros.
Documentation
1
2
3
4
5
# const-enum-tools

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.