pgetopts 0.1.2

getopts-like option parsing, a fork of the Rust team's getopts.
Documentation
language: rust
rust:
  - nightly
script:
  - cargo build --verbose
  - cargo test --verbose
  - cargo doc