Crate argonaut [] [src]

Lets the user structure lists of string tokens. Usually used for command-line applications.

Structs

ArgDef

The definition of one or more arguments to expect when parsing.

Parse

A parse of a set of string arguments.

PartialArgDef

A partially specified argument definition.

Enums

Arg

A parsed argument.

DefType

The different argument structures to expect.

DefinitionError

An error found when defining the expected argument structure.

OptName

The name of an optional argument.

ParseError

An error found when parsing.

TrailType

The types of argument trails to expect.