getopts

A Rust library for option parsing for CLI utilities.

Build Status

Documentation

Usage

Add this to your Cargo.toml:

toml [dependencies] getopts = "0.2"

and this to your crate root:

rust extern crate getopts;

Rust Version Support

The minimum supported Rust version is 1.18.