parse-variants 1.0.8

Derive the syn::parse::Parse trait for enumerations and use it to comfortably parse a variant of the enumeration
Documentation
1
2
3
4
mod macro_expansion;
mod mixed_variants;
mod struct_like_variants;
mod tuple_like_variants;