[package]
edition = "2024"
name = "sig_fig_histogram"
version = "0.7.0"
authors = ["Robert Escriva <robert@rescrv.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "sig_fig_histogram provides a histogram type that is exponentially distributed and human-friendly."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/rescrv/blue"
[lib]
name = "sig_fig_histogram"
path = "src/lib.rs"
[[test]]
name = "bucketize"
path = "tests/bucketize.rs"
[dependencies]