rustc/vendor/getopts/README.md
2019-11-27 12:13:46 +00:00

16 lines
194 B
Markdown

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"
```