gong

Crates.iogong
lib.rsgong
version1.4.2
sourcesrc
created_at2015-09-28 23:55:07.179303
updated_at2020-12-15 03:25:34.838329
descriptionA lightweight, flexible and simple-to-use command line argument processor.
homepagehttps://github.com/jnqnfe/gong
repositoryhttps://github.com/jnqnfe/gong
max_upload_size
id3127
size149,882
Lyndon Brown (jnqnfe)

documentation

README

gong

GitHub Workflow Status crates.io docs.rs min-rust-version

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.

Commit count: 148

cargo fmt