table_enum 0.3.0

A convenient rust macro to create enums with associated constant data (note: this is different from normal rust enums which are really tagged unions)
Documentation
1
2
3
#![doc = include_str!("../README.md")]

pub use table_enum_macro::table_enum;