Skip to main content

Module parser

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§

ArgLookupTable
Argument id to metadata look-up table.
ParsedArgs
Defines the result of argument parsing. This is a simple key-value store that offers a look-up over parsed arguments.
Values
Iterator over argument values.

Enums§

Arg
Defines an argument on the command line.
AtMost
The number of expected values on a given argument.
Error
Defines the possible errors that may occur during parsing of arguments.

Type Aliases§

Result
Re-export of result type with module Error.