[][src]Module tinyvec_string::tinystring

This is supported with target feature alloc only.

TinyVec backed 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.

TinyString

A UTF-8 encoded, fixed-capacity string.