Expand description
A crate helping to convert to/from various representations of strings.
This crate is no_std
with an optional feature to enable alloc
.
Re-exports§
pub extern crate paste;
Macros§
- impl_
into_ stringly - Impls From
for Stringly where String: Into , T: Display - impl_
into_ stringly_ standard - Implements
impl_into_stringly
for$type
and traits with$type
- impl_
try_ from_ stringly - impls TryFrom
where T: Deref<Target=str> in terms of FromStr. - impl_
try_ from_ stringly_ standard - Calls impl_try_from_stringly!() with a set of standard stringly types.