mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 02:31:13 +00:00
194 B
194 B
getopts
A Rust library for option parsing for CLI utilities.
Usage
Add this to your Cargo.toml
:
[dependencies]
getopts = "0.2"