cgp-handler 0.4.2-alpha

Generalized handler interfaces for functional programming
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod field;
mod pipe;
mod promote;
mod promote_ref;
mod return_input;

pub use field::*;
pub use pipe::*;
pub use promote::*;
pub use promote_ref::*;
pub use return_input::*;