You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
Type definitions for dealing with enums in an efficient way using macros