cristicbz / getopts

Home Page:http://doc.rust-lang.org/getopts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getopts

A Rust library for option parsing for CLI utilities.

Build Status

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
getopts = "0.2.4"

and this to your crate root:

extern crate getopts;

About

http://doc.rust-lang.org/getopts

License:Apache License 2.0


Languages

Language:Rust 100.0%