getopt_rs 0.1.0

Get command line options.
Documentation
1
2
3
4
5
# Getopt.rs

`getopt`-like library for Rust.

`getopt.rs` is a simple command line arguments parser fitting under 50 lines of code, because you don't need 24 crates to parse arguments.