Expand description
Byte-based kernel command line parsing utilities.
This module provides functionality for parsing and working with kernel command line arguments, supporting both key-only switches and key-value pairs with proper quote handling.
Structs§
- Cmdline
- A parsed kernel command line.
- Cmdline
Iter - An iterator over kernel command line parameters.
- Cmdline
Iter Bytes - An iterator over kernel command line parameters as byte slices.
- Parameter
- A single kernel command line parameter.
- Parameter
Key - A single kernel command line parameter key
Type Aliases§
- Cmdline
Owned - An owned Cmdline. Alias for
Cmdline<'static>.