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
. - From
Utf8 Error - A possible error value when converting an
TinyString
from a UTF-8 byte vector.
Enums§
- Tiny
String - A UTF-8 encoded, fixed-capacity string.