Skip to content

Files

Latest commit

70e114c · Jul 19, 2020

History

History
19 lines (12 loc) · 312 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 312 Bytes

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.