boolenum 0.1.0

Derive From<bool> and Into<bool> for your boolean enums
Documentation
1
2
3
4
5
6
7
8
error: BoolEnum can only be used on enums with two variants named No and Yes, or False and True.

  = help: try `enum ExtraFields { No, Yes }`

 --> $DIR/bad-extra-fields.rs:4:10
  |
4 | pub enum ExtraFields {
  |          ^^^^^^^^^^^