cargo-run-bin

Build, cache, and run Cargo binaries without global installs

brewmacoslinux
Try with needOr install directly
Source

About

Build, cache, and run binaries from Cargo.toml to avoid global installs

Commands

cargo-run-bin

Examples

Run a binary defined in Cargo.toml without installing globally$ cargo run-bin <binary-name>
Execute a specific binary with arguments from your project$ cargo run-bin ripgrep -- --version
List available binaries cached locally$ cargo run-bin --list