gong

A lightweight, flexible and simple-to-use library provided to assist in processing command line arguments.

Usage

Add it as a dependency in your project's Cargo.toml:

toml [dependencies] gong = "1.0"

and this to your crate root:

rust extern crate gong;

See full library documentation for how to then use it to process arguments.