touchstone-rs 0.2.0

A Rust library for benchmarking streaming anomaly detectors against labeled time-series datasets
Documentation

Touchstone — a streaming anomaly-detection benchmark framework.

Implement the [Detector] trait, register it with [Touchstone], and call [Touchstone::run] to evaluate it against a directory of CSV datasets. Results are returned as a [polars::prelude::DataFrame] with one row per dataset × detector and one column per metric.