cgp-handler 0.4.1-alpha

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

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