Stringly conversions
A crate helping to convert to/from various representations of strings.
Features
no_stdwith an optional feature to enablealloc- Macros for implementing
TryFrom<Stringly> for YourTypewhereYourType: FromStr. - Macros for implementing
From<YourType> for StringlyusingDisplay