malstrom 0.1.0

Malstrom is a distributed, stateful stream processing framework written in Rust.
Documentation
1
2
3
//! Channels for exchanging data between stream operators
pub mod operator_io;
mod spsc;