Module xlang_abi::string

source ·
Expand description

Implementation of std::string::String that uses alloc::Allocator, and is ABI safe. Also defines an ABI safe equivalent for &str (but not &mut str)

Structs

Error returned when converting a crate::vec::Vec into String if that vector does not contain valid Utf8
An abi safe &str