Module kernel::str

source ·
Expand description

String representations.

Structs

  • 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.

Enums

Type Definitions

  • Byte string without UTF-8 validity guarantee.
This documentation is an old archive. Please see https://rust.docs.kernel.org instead.