indicator 0.4.4

Abstractions for stream aggregation, we call them `Indicator` s.
Documentation
1
2
3
4
5
6
7
8
/// Queue that is used to implement tumbling operators.
pub mod queue;

/// Tumbling Operator.
pub mod operator;

/// Periodic Operator (aka rolling operator).
pub mod periodic;