stringly_conversions 0.1.0

A crate helping to convert to/from various representations of strings.
Documentation
1
2
3
4
5
6
7
8
9
10
# Stringly conversions

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`