Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 194 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 194 Bytes

getopts

A Rust library for option parsing for CLI utilities.

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
getopts = "0.2"