cargo-select

Cargo subcommand to easily run targets/examples

Fuzzy match against targets and examples in current rust project. asciicast

``` cargo-select

USAGE: cargo select [ARGS]

ARGS:

...

OPTIONS: -h, --help Print help information `` cargo select runis special-cased tocargo runwith--package NAMEor--example NAME`

Installation

From crates.io

cargo install cargo-select

From source

git clone https://github.com/LoipesMas/cargo-select.git cd cargo-select cargo install --path .