stringly_conversions

Crates.iostringly_conversions
lib.rsstringly_conversions
version0.1.1
sourcesrc
created_at2020-10-04 15:22:52.512945
updated_at2020-10-04 18:33:25.587521
descriptionA crate helping to convert to/from various representations of strings.
homepagehttps://github.com/LNP-BP
repositoryhttps://github.com/LNP-BP/rust-amplify
max_upload_size
id296045
size12,012
Martin Habovštiak (Kixunil)

documentation

README

Stringly conversions

crates.io Build Tests Lints codecov MIT licensed

A crate helping to convert to/from various representations of strings.

Features

  • no_std with an optional feature to enable alloc
  • Macros for implementing TryFrom<Stringly> for YourType where YourType: FromStr.
  • Macros for implementing From<YourType> for Stringly using Display
Commit count: 627

cargo fmt