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 its being built. A
CStringcan be constructed from this directly usingCString::new.
Enums§
- Error
- The error type for command line building operations.
Type Aliases§
- Result
- Specialized Result type for command line operations.