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_into/compile_fail/container/invalid_attribute_syntax.rs:4:20
  |
4 | #[enum_into(Target1; Target2)] // semi colon instead of comma
  |                    ^