https://github.com/rust-lang/getopts
The getopts repo maintained by the rust-lang project
https://github.com/rust-lang/getopts
Last synced: about 2 months ago
JSON representation
The getopts repo maintained by the rust-lang project
- Host: GitHub
- URL: https://github.com/rust-lang/getopts
- Owner: rust-lang
- License: apache-2.0
- Created: 2014-12-13T21:54:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T11:52:58.000Z (about 1 year ago)
- Last Synced: 2025-05-15T00:05:38.824Z (about 2 months ago)
- Language: Rust
- Homepage: https://docs.rs/getopts
- Size: 995 KB
- Stars: 240
- Watchers: 22
- Forks: 65
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
getopts
===A Rust library for option parsing for CLI utilities.
[Documentation](https://docs.rs/getopts)
## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
getopts = "0.2"
```## Contributing
The `getopts` library is used by `rustc`, so we have to be careful about not changing its behavior.