enum_convert 0.2.0

A Rust procedural macro library for deriving automatic conversions between enum variants
Documentation
1
2
3
4
5
error: expected `,`
  --> tests/enum_from/compile_fail/container/invalid_attribute_syntax.rs:12:20
   |
12 | #[enum_from(Source1; Source2)] // Semi colon instead of comma
   |                    ^