Module linux_loader::cmdline[][src]

Expand description

Helper for creating valid kernel command line strings.

Structs

A builder for a kernel command line string that validates the string as it’s being built. A CString can be constructed from this directly using CString::new.

Enums

The error type for command line building operations.

Type Definitions

Specialized Result type for command line operations.