Expand description
String representations.
Structs§
- Byte string without UTF-8 validity guarantee.
- A string that is guaranteed to have exactly one
NULbyte, which is at the end. - An owned string that is guaranteed to have exactly one
NULbyte, which is at the end. - Allows formatting of
fmt::Argumentsinto a raw buffer. - Allows formatting of
fmt::Argumentsinto a raw buffer.
Enums§
- Possible errors when using conversion functions in
CStr.
Functions§
- Returns a C pointer to the string.
- Convert common user inputs into boolean values using the kernel’s
kstrtoboolfunction.