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.