Crate kernel_cmdline

Source
Expand description

Helper for creating valid kernel command line strings.

Structsยง

Cmdline
A builder for a kernel command line string that validates the string as it is built.

Enumsยง

Error
The error type for command line building operations.

Functionsยง

valid_char ๐Ÿ”’
valid_element ๐Ÿ”’
valid_str ๐Ÿ”’

Type Aliasesยง

Result
Specialized Result type for command line operations.