Expand description
Module for the CappedString
type, which is a string type which always stores
its data inline.
Structs§
- Capped
String - A string type which stores up to
N
bytes of string data inline.
Enums§
- CowCapped
String - A string type which is either borrowed or stores up to
N
bytes of string data inline.