Module bytes

Module bytes 

Source
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.
CmdlineIter
An iterator over kernel command line parameters.
CmdlineIterBytes
An iterator over kernel command line parameters as byte slices.
Parameter
A single kernel command line parameter.
ParameterKey
A single kernel command line parameter key

Type Aliases§

CmdlineOwned
An owned Cmdline. Alias for Cmdline<'static>.