gong 1.0.1

A next-gen getopt replacement for command line argument processing
Documentation

gong

A "next-gen" getopt replacement for Rust programs.

Usage

Add this to your Cargo.toml:

[dependencies]
gong = "1.0"

and this to your crate root:

extern crate gong;

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