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§
Structs§
- Default
Estimator - A default estimator for generic
EstimationLogicand backends. - Slice
Estimator Array - An array for estimators implementing a shared
EstimationLogic, and whose backend is a slice. - Sync
Slice Estimator Array - A view of a
SliceEstimatorArrayas aSyncEstimatorArray.