Skip to main content

module

inline_string

Implements a string that has a small-string optimization which avoids heap allocations for short strings.

Structs

  • InlineString: A string that performs small-string optimization to avoid heap allocations for short strings.

Was this page helpful?