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

https://github.com/messense/cargo-options

Reusable common Cargo command line options
https://github.com/messense/cargo-options

Last synced: about 1 year ago
JSON representation

Reusable common Cargo command line options

Awesome Lists containing this project

README

          

# cargo-options

[![GitHub Actions](https://github.com/messense/cargo-options/workflows/CI/badge.svg)](https://github.com/messense/cargo-options/actions?query=workflow%3ACI)
[![Crates.io](https://img.shields.io/crates/v/cargo-options.svg)](https://crates.io/crates/cargo-options)
[![docs.rs](https://docs.rs/cargo-options/badge.svg)](https://docs.rs/cargo-options/)

Reusable common Cargo command line options.

## Installation

Add it to your ``Cargo.toml``:

```bash
cargo add cargo-options
```

## License

This work is released under the MIT license. A copy of the license is provided in the [LICENSE](./LICENSE) file.