parse-variants 0.1.0

Derive the syn::parse::Parse trait for enumerations and use it to comfortably parse a variant of the enumeration
Documentation
1
2
3
4
#[test]
fn approval_test_macro_expansion() {
    macrotest::expand("macro_expansion_resources/mixed_enum.rs");
}