[][src]Crate getopt

getopt

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

Modules

prelude

Getopt prelude

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 Definitions

Result

A specialized Result type for use with Parser