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