Expand description
This crate contains feature serde
, which enables serialization/deserialization
support.
Structsยง
- Small
Array Box INLINE_LEN
- Number of elements that can be stored inline.- Strings
- Store any string efficiently in an immutable way.
- Strings
Iter - Strings
NoIndex - Store any string efficiently in an immutable way.
- Strings
NoIndex Iter - TwoStrs
- Box of two strings. Store two strings efficiently in an immutable way.