Crate enum_procs

Source

Derive Macrosยง

AutoFrom
Derive macro generating an impl of the trait From for all types inside tuple variants with one type
PartialEqVariant
Derive macro generating an impl of the trait PartialEq that compare enum only by variant Enum::Variant(value) == Enum::Variant(other_value) => true