enum-utils icon indicating copy to clipboard operation
enum-utils copied to clipboard

Implement `Display` derive as a complement to `FromStr`

Open abonander opened this issue 4 years ago • 0 comments

This exists in strum and derive-more but the former is complicated and the latter doesn't have FromStr or TryFrom<{repr}> derives for enums. I rather like the simplicity and narrowed scope of this crate and it'd be nice not to have to import multiple crates to get all the derives I need. I'd be glad to open a PR if you'd accept it.

abonander avatar Nov 10 '20 16:11 abonander