1 unstable release
0.1.1 | Oct 4, 2020 |
---|---|
0.1.0 |
|
#2895 in Rust patterns
3,280 downloads per month
Used in 74 crates
(2 directly)
15KB
221 lines
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
lib.rs
:
A crate helping to convert to/from various representations of strings.
This crate is no_std
with an optional feature to enable alloc
.
Dependencies
~155KB