Crate enum_table

Source

Modules§

builder

Macros§

et
A macro to create an EnumTable for a given enumeration and value type.

Structs§

EnumTable
A table that associates each variant of an enumeration with a value.

Traits§

Enumable
A trait for enumerations that can be used with EnumTable.

Derive Macros§

Enumable