Module parser

Source
Expand description

Parser for collecting argument flags and values from a token stream. A parser for collecting arguments from a token stream.

Structs§

ParsedArgs
Defines the result of argument parsing. This is a simple key-value store that offers a look-up over parsed arguments.

Enums§

Error
Defines the possible errors that may occur during parsing of arguments.