зеркало из https://github.com/mozilla/gecko-dev.git
…
|
||
---|---|---|
.. | ||
src | ||
tests | ||
.cargo-checksum.json | ||
.cargo-ok | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md | ||
appveyor.yml |
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;