Crates.io | stringly_conversions |
lib.rs | stringly_conversions |
version | 0.1.1 |
source | src |
created_at | 2020-10-04 15:22:52.512945 |
updated_at | 2020-10-04 18:33:25.587521 |
description | A crate helping to convert to/from various representations of strings. |
homepage | https://github.com/LNP-BP |
repository | https://github.com/LNP-BP/rust-amplify |
max_upload_size | |
id | 296045 |
size | 12,012 |
A crate helping to convert to/from various representations of strings.
no_std
with an optional feature to enable alloc
TryFrom<Stringly> for YourType
where
YourType: FromStr
.From<YourType> for Stringly
using Display