benchplot 0.1.0

Utility for benchmarking functions over various input sizes and plotting the results.
Documentation
[dependencies.plotters]
version = "0.3.7"

[dependencies.rayon]
version = "1.10.0"

[dependencies.text_io]
version = "0.1.12"

[dependencies.textwrap]
version = "0.16.1"

[dependencies.thiserror]
version = "2.0.3"

[dev-dependencies.rand]
version = "0.8.5"

[dev-dependencies.tempfile]
version = "3.14.0"

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

[package]
authors = ["Owain Davies"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools", "visualization"]
description = "Utility for benchmarking functions over various input sizes and plotting the results."
edition = "2021"
keywords = ["benchmark", "performance", "plot", "complexity", "profiling"]
license = "Apache-2.0 OR MIT"
name = "benchplot"
readme = "README.md"
repository = "https://github.com/OTheDev/benchplot"
version = "0.1.0"