Module tinystring

Source
Available with target feature alloc only.
Expand description

Inline/Heap strings.

Requires the alloc cargo feature to be enabled.

Structs§

Drain
A draining iterator for TinyString.
FromUtf8Error
A possible error value when converting an TinyString from a UTF-8 byte vector.

Enums§

TinyString
A UTF-8 encoded, fixed-capacity string.