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

  • A user’s guide for auto_args.

Enums

  • A list of possible errors.

Traits

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