tree: 66b4e81648bfec180fdf1790047aa0a8e4ab2c3b [path history] [tgz]
  1. src/
  2. tests/
  3. .cargo-checksum.json
  4. .travis.yml
  5. appveyor.yml
  6. BUILD.bazel
  7. Cargo.toml
  8. Cargo.toml.orig
  9. LICENSE-APACHE
  10. LICENSE-MIT
  11. README.md
third_party/rust_crates/vendor/getopts-0.2.18/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.