Crates.io | getopts |
lib.rs | getopts |
version | 0.2.21 |
source | src |
created_at | 2014-12-13 22:10:14.289738 |
updated_at | 2019-08-19 15:47:50.326738 |
description | getopts-like option parsing. |
homepage | https://github.com/rust-lang/getopts |
repository | https://github.com/rust-lang/getopts |
max_upload_size | |
id | 546 |
size | 84,308 |
A Rust library for option parsing for CLI utilities.
Add this to your Cargo.toml
:
[dependencies]
getopts = "0.2"