| Crates.io | pgetopts |
| lib.rs | pgetopts |
| version | 0.1.2 |
| created_at | 2015-06-09 18:38:40.919913+00 |
| updated_at | 2015-12-13 23:54:13.658109+00 |
| description | getopts-like option parsing, a fork of the Rust team's getopts. |
| homepage | https://gitlab.com/core-utils/pgetopts |
| repository | https://gitlab.com/core-utils/pgetopts |
| max_upload_size | |
| id | 2345 |
| size | 69,423 |
A Rust library for option parsing for CLI utilities, a fork of the Rust team's getopts
Add this to your Cargo.toml:
[dependencies]
pgetopts = "0.1.0"
and this to your crate root:
extern crate pgetopts;