Crate getopt

Source
Expand description

§getopt

getopt provides a minimal, (essentially) POSIX-compliant option parser.

Structs§

Error
A basic error type for Parser
Opt
A single option.
Parser
The core of the getopt crate.

Enums§

ErrorKind
What kinds of errors Parser can return.

Type Aliases§

Result
A specialized Result type for use with Parser