Crate vec_strings

Source
Expand description

This crate contains feature serde, which enables serialization/deserialization support.

Structsยง

SmallArrayBox
INLINE_LEN - Number of elements that can be stored inline.
Strings
Store any string efficiently in an immutable way.
StringsIter
StringsNoIndex
Store any string efficiently in an immutable way.
StringsNoIndexIter
TwoStrs
Box of two strings. Store two strings efficiently in an immutable way.