string-alloc
An allocator-aware, no_std
-compatible implementation of String<A>
that mirrors std::string::String
.
Features
- UTF-8 correctness
- Full
no_std
support viaextern crate alloc
- Custom allocator compatibility
Usage
use String;
use Global;
let mut s = String from_str_in;
s.push_str;
License
Apache-2.0