Module kernel::str

source ·
Expand description

String representations.

Structs§

  • Byte string without UTF-8 validity guarantee.
  • A string that is guaranteed to have exactly one NUL byte, which is at the end.
  • An owned string that is guaranteed to have exactly one NUL byte, which is at the end.
  • Allows formatting of fmt::Arguments into a raw buffer.
  • Allows formatting of fmt::Arguments into a raw buffer.

Enums§

Functions§