typst/vendor/getopts
2024-10-16 14:18:46 +03:00
..
src 0.11.1-alt1 2024-10-16 14:18:46 +03:00
tests 0.11.1-alt1 2024-10-16 14:18:46 +03:00
.cargo-checksum.json 0.11.1-alt1 2024-10-16 14:18:46 +03:00
Cargo.toml 0.11.1-alt1 2024-10-16 14:18:46 +03:00
LICENSE-APACHE 0.11.1-alt1 2024-10-16 14:18:46 +03:00
LICENSE-MIT 0.11.1-alt1 2024-10-16 14:18:46 +03:00
README.md 0.11.1-alt1 2024-10-16 14:18:46 +03:00

getopts

A Rust library for option parsing for CLI utilities.

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
getopts = "0.2"