base2histogram 0.2.2

A Rust histogram library using base-2 logarithmic bucketing for fast percentile estimation
Documentation
1
2
3
4
5
6
7
mod bucket_span;
mod log_scale;
mod log_scale_config;

pub(crate) use bucket_span::BucketSpan;
pub use log_scale::LogScale;
pub use log_scale_config::LogScaleConfig;