boolenum 0.1.0

Derive From<bool> and Into<bool> for your boolean enums
Documentation
1
2
3
4
5
error: BoolEnum can only be used on enums.
 --> $DIR/bad-struct.rs:4:8
  |
4 | struct StructInsteadOfEnum {
  |        ^^^^^^^^^^^^^^^^^^^