Crate stringly_conversions

Source
Expand description

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

This crate is no_std with an optional feature to enable alloc.

Re-exports§

pub extern crate paste;

Macros§

impl_into_stringly
Impls From for Stringly where String: Into, T: Display
impl_into_stringly_standard
Implements impl_into_stringly for $type and traits with $type
impl_try_from_stringly
impls TryFrom where T: Deref<Target=str> in terms of FromStr.
impl_try_from_stringly_standard
Calls impl_try_from_stringly!() with a set of standard stringly types.