gong 1.2.0

A next-gen getopt replacement for command line argument processing
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.