getopts 0.2.21

getopts-like option parsing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
getopts
===

A Rust library for option parsing for CLI utilities.

[Documentation](https://docs.rs/getopts)

## Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
getopts = "0.2"
```