Expand description
A simple to use, copy/clone-efficient inline string type for Rust
Structs§
- Inline
Flex Str - Inline bytes type - used to store small strings inline
- TooLong
ForInlining - Error type returned when the string is too long for inline storage.
Enums§
- TooLong
OrUtf8 Error str - Error type returned when a string is too long for inline storage or has an invalid UTF-8 sequence.
Constants§
- INLINE_
CAPACITY - The capacity of the InlineFlexStr type in bytes
Traits§
- String
Like - Trait for string types that provide various operations
Type Aliases§
- Inline
Str str - Inline
strtype