| Crates.io | cargo-quickbench |
| lib.rs | cargo-quickbench |
| version | 0.1.0 |
| created_at | 2022-04-23 01:25:14.19013+00 |
| updated_at | 2022-04-23 01:25:14.19013+00 |
| description | Quickly create a cargo bench package |
| homepage | |
| repository | https://github.com/WilliamVenner/cargo-quickbench |
| max_upload_size | |
| id | 572465 |
| size | 15,681 |
Simple command to quickly create cargo bench packages.
cargo install cargo-quickbench
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