getopts

Crates.iogetopts
lib.rsgetopts
version0.2.21
sourcesrc
created_at2014-12-13 22:10:14.289738
updated_at2019-08-19 15:47:50.326738
descriptiongetopts-like option parsing.
homepagehttps://github.com/rust-lang/getopts
repositoryhttps://github.com/rust-lang/getopts
max_upload_size
id546
size84,308
Alex Crichton (alexcrichton)

documentation

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

README

getopts

A Rust library for option parsing for CLI utilities.

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
getopts = "0.2"
Commit count: 211

cargo fmt