blob: 065a05638da990696ecac2d2ca2eceb1ff3e0874 [file] [log] [blame] [view] [edit]
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"
```