sketch_oxide 0.1.6

State-of-the-art DataSketches library (2025) - UltraLogLog, Binary Fuse Filters, DDSketch, and more
Documentation
1
2
3
4
5
6
// tests/integration_tests.rs
// TDD: Ensure workspace builds and tests run
#[test]
fn test_workspace_compiles() {
    // This test ensures the workspace compiles successfully
}