hdrhistogram/core/
mod.rs

1//! core components and types used throughout this library
2
3/// Counter type defining operations required by the histogram and impls for primitives.
4pub mod counter;