Skip to main content

Module string

Module string 

Source
Available on crate feature alloc only.
Expand description

Aliasable String.

Structs§

AliasableString
Basic aliasable (non core::ptr::Unique) alternative to alloc::string::String.
UniqueString
A UTF-8–encoded, growable string.