pgetopts

Crates.iopgetopts
lib.rspgetopts
version0.1.2
sourcesrc
created_at2015-06-09 18:38:40.919913
updated_at2015-12-13 23:54:13.658109
descriptiongetopts-like option parsing, a fork of the Rust team's getopts.
homepagehttps://gitlab.com/core-utils/pgetopts
repositoryhttps://gitlab.com/core-utils/pgetopts
max_upload_size
id2345
size69,423
Alberto (0X1A)

documentation

README

pgetopts

Build Status

A Rust library for option parsing for CLI utilities, a fork of the Rust team's getopts

Usage

Add this to your Cargo.toml:

[dependencies]
pgetopts = "0.1.0"

and this to your crate root:

extern crate pgetopts;
Commit count: 0

cargo fmt