csvenum 0.1.4

Generate code for enums with associated constants from a .csv in your command line.
Documentation
1
2
3
4
5
6
7
use super::utils::indent_string;

mod matchblock;
pub use matchblock::MatchBlock;

mod textblock;
pub use textblock::TextBlock;