rust-lang / getopts

The getopts repo maintained by the rust-lang project

Home Page:https://docs.rs/getopts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getopts

A Rust library for option parsing for CLI utilities.

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
getopts = "0.2"

Contributing

The getopts library is used by rustc, so we have to be careful about not changing its behavior.

About

The getopts repo maintained by the rust-lang project

https://docs.rs/getopts

License:Apache License 2.0


Languages

Language:Rust 100.0%