apache-datasketches 0.1.0

Safe, idiomatic Rust bindings for Apache DataSketches
Documentation
1
2
3
4
5
mod sketch;
mod union;

pub use sketch::{HllSketch, TargetHllType};
pub use union::HllUnion;