Files
Notes/notes-service/vendor/getopts
2026-08-01 16:11:49 +03:00
..
2026-08-01 16:11:49 +03:00
2026-08-01 16:11:49 +03:00
2026-08-01 16:11:49 +03:00
2026-08-01 16:11:49 +03:00
2026-08-01 16:11:49 +03:00
2026-08-01 16:11:49 +03:00
2026-08-01 16:11:49 +03:00
2026-08-01 16:11:49 +03:00
2026-08-01 16:11:49 +03:00
2026-08-01 16:11:49 +03:00
2026-08-01 16:11:49 +03:00
2026-08-01 16:11:49 +03:00
2026-08-01 16:11:49 +03:00

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.