Skip to main content

Module impls

Module impls 

Source

Re-exports§

pub use hyper_log_log::HyperLogLog;
pub use hyper_log_log::HyperLogLogBuilder;
pub use hyper_log_log::HyperLogLogError;
pub use hyper_log_log::HyperLogLogHelper;

Modules§

hyper_log_log

Structs§

DefaultEstimator
A default estimator for generic EstimationLogic and backends.
SliceEstimatorArray
An array for estimators implementing a shared EstimationLogic, and whose backend is a slice.
SyncSliceEstimatorArray
A view of a SliceEstimatorArray as a SyncEstimatorArray.