apache-datasketches 0.1.0

Safe, idiomatic Rust bindings for Apache DataSketches
Documentation
1
2
3
4
5
6
pub mod error;

#[cfg(feature = "hll")]
pub mod hll;

pub use error::SketchError;