Crates.io | gong |
lib.rs | gong |
version | 1.4.2 |
source | src |
created_at | 2015-09-28 23:55:07.179303 |
updated_at | 2020-12-15 03:25:34.838329 |
description | A lightweight, flexible and simple-to-use command line argument processor. |
homepage | https://github.com/jnqnfe/gong |
repository | https://github.com/jnqnfe/gong |
max_upload_size | |
id | 3127 |
size | 149,882 |
A lightweight, flexible and simple-to-use library provided to assist in processing command line arguments.
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.