enumorph 0.1.3

Derive macro to generate `TryFrom` and `From` implementations for converting between newtype enum variants and their wrapped values
Documentation
1
2
3
4
5
error: only variants with one field are supported
 --> tests/ui/compile_fail/multiple_unnamed_fields.rs:3:6
  |
3 |     A(u8, u8),
  |      ^^^^^^^^