getopts

Crates.iogetopts
lib.rsgetopts
version0.2.24
created_at2014-12-13 22:10:14.289738+00
updated_at2025-08-29 15:00:18.327189+00
descriptiongetopts-like option parsing
homepage
repositoryhttps://github.com/rust-lang/getopts
max_upload_size
id546
size98,586
(rust-lang-owner)

documentation

README

getopts

A Rust library for option parsing for CLI utilities.

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
getopts = "0.2"

Contributing

The getopts library is used by rustc, so we have to be careful about not changing its behavior.

Commit count: 226

cargo fmt