#cargo #bench #subcommand

app cargo-quickbench

Quickly create a cargo bench package

1 unstable release

0.1.0 Apr 23, 2022

#692 in Cargo plugins

MIT/Apache

7KB
69 lines

cargo-quickbench

Simple command to quickly create cargo bench packages.

Installation

cargo install cargo-quickbench

Usage

cargo quickbench is a small wrapper around cargo new and cargo init and works exactly the same way, just prepend quickbench to your commands, like so:

$ cargo quickbench new package-name
$ mkdir quick-benchmark && cd quick-benchmark && cargo quickbench init --verbose

No runtime deps