1
2
3
4
5
#![crate_name = "streamson_futures"]

//! Library which integrates `streamson-lib` with `futures`

pub mod stream;