Crate getopt[][src]

Expand description

getopt

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

Structs

A basic error type for Parser

A single option.

The core of the getopt crate.

Enums

What kinds of errors Parser can return.

Type Definitions

A specialized Result type for use with Parser