Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
getopts 0.2.13 - Docs.rs
[go: Go Back, main page]

getopts 0.2.13

getopts-like option parsing.
Documentation

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;