• Home
Name Date Size #Lines LOC

..--

src/04-Jul-2025-2,3021,837

tests/04-Jul-2025-96

.cargo-checksum.jsonD04-Jul-2025662 11

Cargo.tomlD04-Jul-20251.2 KiB4136

LICENSE-APACHED04-Jul-202510.6 KiB202169

LICENSE-MITD04-Jul-20251 KiB2622

README.mdD04-Jul-2025194 1610

README.md

1getopts
2===
3
4A Rust library for option parsing for CLI utilities.
5
6[Documentation](https://docs.rs/getopts)
7
8## Usage
9
10Add this to your `Cargo.toml`:
11
12```toml
13[dependencies]
14getopts = "0.2"
15```
16