tree: d8ff0237507cb17cce7202c81538b650c44b7285 [path history] [tgz]
  1. src/
  2. tests/
  3. .cargo-checksum.json
  4. appveyor.yml
  5. Cargo.toml
  6. LICENSE-APACHE
  7. LICENSE-MIT
  8. OWNERS
  9. README.md
third_party/rust_crates/vendor/getopts/README.md

getopts

A Rust library for option parsing for CLI utilities.

Build Status

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
getopts = "0.2"

and this to your crate root:

extern crate getopts;

Rust Version Support

The minimum supported Rust version is 1.18.