rusty_benchmark 0.1.0

Simple micro-benchmarking helper that writes directly to CSV
Documentation
[dependencies.csv]
version = "1.3.1"

[dev-dependencies.anyhow]
version = "1.0.98"

[[example]]
name = "basic"
path = "examples/basic.rs"

[lib]
name = "rusty_benchmark"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Simple micro-benchmarking helper that writes directly to CSV"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "rusty_benchmark"
readme = "README.md"
version = "0.1.0"