| Crates.io | getopts |
| lib.rs | getopts |
| version | 0.2.24 |
| created_at | 2014-12-13 22:10:14.289738+00 |
| updated_at | 2025-08-29 15:00:18.327189+00 |
| description | getopts-like option parsing |
| homepage | |
| repository | https://github.com/rust-lang/getopts |
| max_upload_size | |
| id | 546 |
| size | 98,586 |
A Rust library for option parsing for CLI utilities.
Add this to your Cargo.toml:
[dependencies]
getopts = "0.2"
The getopts library is used by rustc, so we have to be careful about not changing its behavior.