gong 1.2.2

A lightweight, flexible and simple-to-use command line argument processor.
Documentation

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:

[dependencies]
gong = "1.0"

and this to your crate root:

extern crate gong;

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