fx-rs 0.1.1-dev0

Algebraic Effects inspired by Kyo and Fx.go
Documentation
1
2
3
4
5
mod stream;
pub use stream::{Item, Stream, StreamFx};

#[cfg(test)]
mod test;