An open API service indexing awesome lists of open source software.

https://github.com/rust-lang/getopts

The getopts repo maintained by the rust-lang project
https://github.com/rust-lang/getopts

Last synced: about 2 months ago
JSON representation

The getopts repo maintained by the rust-lang project

Awesome Lists containing this project

README

        

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.