Crate getopt

source ·
Expand description

getopt

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

Modules

Structs

A single option.
The current state of the parser.

Enums

Functions

Returns the next option character, if any.

Type Definitions