enumchar 0.1.2

Rust derive macro for enums where each variant is represented by a single char
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: EnumChar variants Dot2 and Dot1 using the same char .
  --> tests/errors/repeatchar.rs:12:5
   |
12 |     Dot2,
   |     ^^^^

error[E0601]: `main` function not found in crate `$CRATE`
  --> tests/errors/repeatchar.rs:13:2
   |
13 | }
   |  ^ consider adding a `main` function to `$DIR/tests/errors/repeatchar.rs`