Crate greedy_enum

Source

Structs§

ParseError
Custom error type for parsing strings into enum variants.

Derive Macros§

FromStr
Implements the FromStr trait for enums using a greedy parsing strategy.