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