Skip to main content

Module smart_string

Module smart_string 

Source

Structs§

IntoChars
A by-value iterator over the chars of a SmartString.
Utf16DecodeError
Error returned when decoding invalid UTF-16 data.

Enums§

SmartString
A string that stores short values on the stack and longer values on the heap.

Constants§

DEFAULT_CAPACITY