Skip to main content

quantlet_streams/
lib.rs

1//! QuantLET streams processing
2
3//! QuantLET elements of stream processing (filtering, grouping, selection, functional operations) on canonical and data frames format.
4//!
5//! This crate provides streaming abstractions for event-driven analytical models.