Crate auto_args

Source
Expand description

This crate enables you to create a command-line interface by defining a struct to hold your options.

§Features

  • meval - enables parsing of numbers using the meval crate. This crate isn’t well maintained, but does enable specifying numbers in a variety of cool ways.

Modules§

guide
A user’s guide for auto_args.

Enums§

Error
A list of possible errors.

Traits§

AutoArgs
The primary trait, which is implemented by any type which may be part of your command-line flags.