eb_bars 0.7.3

Tiny plot library for creating barcharts and histograms
Documentation
[dependencies]

[dev-dependencies.chrono]
version = "0.4"

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

[dev-dependencies.toml]
version = "0.8.20"

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

[package]
authors = ["Emil Bratt <emilbratt@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Tiny plot library for creating barcharts and histograms"
edition = "2024"
keywords = ["barplot", "barchart", "histogram", "plot", "plotting"]
license = "MIT/Apache-2.0"
name = "eb_bars"
readme = "README.md"
repository = "https://github.com/emilbratt/eb_bars"
version = "0.7.3"

[[test]]
name = "plots"
path = "tests/plots.rs"