String
A UTF-8 encoded string with configurable byte storage.
Usage
To use string, first add this to your Cargo.toml:
[]
= "0.3.1"
Next, add this to your crate:
extern crate string;
use ;
let s: = Stringtry_from.unwrap;
assert_eq!;
See documentation for more details.