asap_sketchlib 0.2.0

A high-performance sketching library for approximate stream processing
Documentation
1
2
3
4
5
6
# Development Guide

## Development

- Format sources with `cargo fmt` before committing changes.
- Lint with `cargo clippy --all-targets --all-features` to catch obvious mistakes across sketches and orchestration layers.