1 个不稳定版本
0.1.1 | 2020 年 10 月 4 日 |
---|---|
0.1.0 |
|
在 Rust 模式 中排名第 2895
每月下载量 3,280
被 74 个 包(2 个直接使用)使用
15KB
221 行(不含注释)
字符串转换
一个帮助将字符串转换到/从各种表示的包。
功能
no_std
,可选功能以启用alloc
- 宏用于实现
TryFrom<Stringly> for YourType
,其中YourType: FromStr
。 - 宏用于实现
From<YourType> for Stringly
使用Display
lib.rs
:
一个帮助将字符串转换到/从各种表示的包。
此包为 no_std
,可选功能以启用 alloc
。
依赖项
~155KB