Name Date Size #Lines LOC

..--

src/H25-Apr-2025-2,3021,837

tests/H25-Apr-2025-96

.cargo-checksum.jsonH A D25-Apr-2025662 11

Cargo.tomlH A D25-Apr-20251.2 KiB4136

LICENSE-APACHEH A D25-Apr-202510.6 KiB202169

LICENSE-MITH A D25-Apr-20251 KiB2622

README.mdH A D25-Apr-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