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

20 lines
312 B
Markdown

getopts
===
A Rust library for option parsing for CLI utilities.
[Documentation](https://docs.rs/getopts)
## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
getopts = "0.2"
```
## Contributing
The `getopts` library is used by `rustc`, so we have to be careful about not changing its behavior.