A Rust library for option parsing for CLI utilities.
Add this to your Cargo.toml
:
[dependencies]
getopts = "0.2.4"
and this to your crate root:
extern crate getopts;
A Rust library for option parsing for CLI utilities.
Add this to your Cargo.toml
:
[dependencies]
getopts = "0.2.4"
and this to your crate root:
extern crate getopts;