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