enum_default 0.2.2

enum_default provides an EnumDefault derive macro that provides a std::Default implementation for Enums by using the first value
Documentation
# enum_default


Simple crate that provides a std::Default implementation for enums by using the first item.

or you can override the default paramaters with the `#[default]` attribute.

check the example