A Rust library for option parsing for CLI utilities.
Documentation
Add this to your Cargo.toml:
Cargo.toml
toml [dependencies] getopts = "0.1.0"
and this to your crate root:
rust extern crate getopts;