fieldless_enum_tools 0.2.0

tools for enums without any fields
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: duplicate value! both are [VariantOne]
 --> tests/FromToStr/fail/duplicate-str.rs:6:24
  |
6 |     #[fromtostr(rename("VariantOne"))]
  |                        ^^^^^^^^^^^^

error: duplicate value! both are [VariantOne]
 --> tests/FromToStr/fail/duplicate-str.rs:5:5
  |
5 |     VariantOne,
  |     ^^^^^^^^^^