fx-rs 0.1.1-dev0

Algebraic Effects inspired by Kyo and Fx.go
Documentation
1
2
3
4
5
6
mod core;
mod kernel;
pub mod stream;

pub use core::{Arrow, Handler, Lens, State};
pub use kernel::{Ability, Fx};