The getopts repo maintained by the rust-lang project
See the codeA Rust library for option parsing for CLI utilities.
Add this to your Cargo.toml:
[dependencies]
getopts = "0.2"
The getopts library is used by rustc, so we have to be careful about not changing its behavior.
(top 30 of 45)
Rust
100.0%
The getopts repo maintained by the rust-lang project
See the codeA Rust library for option parsing for CLI utilities.
Add this to your Cargo.toml:
[dependencies]
getopts = "0.2"
The getopts library is used by rustc, so we have to be careful about not changing its behavior.
(top 30 of 45)
Rust
100.0%