cargo-quickbench

Crates.iocargo-quickbench
lib.rscargo-quickbench
version0.1.0
sourcesrc
created_at2022-04-23 01:25:14.19013
updated_at2022-04-23 01:25:14.19013
descriptionQuickly create a cargo bench package
homepage
repositoryhttps://github.com/WilliamVenner/cargo-quickbench
max_upload_size
id572465
size15,681
William (WilliamVenner)

documentation

README

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
Commit count: 1

cargo fmt