rskit-pipeline 0.1.0-alpha.2

Composable async data pipelines via futures::Stream extension operators
Documentation
1
2
3
4
5
6
7
8
/// Stream combining operators: `merge` and `concat`.
pub mod combine;
/// Concurrent processing operators: `rparallel` and `rfan_out`.
pub mod concurrent;
/// Transformation operators: `rmap`, `rfilter`, `rtap`, and `rreduce`.
pub mod transform;
/// Time-based windowing operators: `rbatch`, `rdebounce`, `rthrottle`, `rtumbling_window`.
pub mod windowing;