cgp-handler 0.4.2-alpha

Generalized handler interfaces for functional programming
Documentation
1
2
3
4
5
6
7
8
9
mod compute;
mod handler;
mod produce;
mod try_compute;

pub use compute::*;
pub use handler::*;
pub use produce::*;
pub use try_compute::*;