gong ==== [GitHub Workflow Status](https://github.com/jnqnfe/gong/actions) [crates.io](https://crates.io/crates/gong) [docs.rs](https://docs.rs/gong) [min-rust-version](https://rust-lang.github.io/rfcs/2495-min-rust-version.html) 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.