Expand description
String representations.
Modules§
- Integer parsing functions.
Structs§
- Byte string without UTF-8 validity guarantee.
- Representation of a borrowed C string.
- 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.
Traits§
- Extensions to
CStr.
Functions§
- Returns a C pointer to the string.
- Convert common user inputs into boolean values using the kernel’s
kstrtoboolfunction.