This commit vendors all dependencies when using rustbuild to ensure that we don't hit the network during a build and can build as a self-contained unit. |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| .cargo-checksum.json | ||
| .cargo-ok | ||
| .gitignore | ||
| .travis.yml | ||
| appveyor.yml | ||
| Cargo.toml | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||
getopts
A Rust library for option parsing for CLI utilities.
Usage
Add this to your Cargo.toml:
[dependencies]
getopts = "0.2.4"
and this to your crate root:
extern crate getopts;