[][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

Drainalloc

A draining iterator for TinyString.

FromUtf8Erroralloc

A possible error value when converting an TinyString from a UTF-8 byte vector.

TinyStringalloc

A UTF-8 encoded, fixed-capacity string.