Expand description

Module for the CappedString type, which is a string type which always stores its data inline.

Structs

  • A string type which stores up to N bytes of string data inline.

Enums

  • A string type which is either borrowed or stores up to N bytes of string data inline.