enum-tools 0.5.5

Automatically derive functions and trait implementations for enums
Documentation
1
2
3
4
5
error: variants are not sorted by value
  --> tests/compile-fail/fields_not_value_sorted.rs:13:5
   |
13 |     D = -3,
   |     ^