cgp-handler 0.7.0

Generalized handler interfaces for functional programming
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod compose;
mod pipe;
mod promote;
mod promote_all;
mod promote_async;
mod promote_ref;
mod return_input;
mod try_promote;

pub use compose::*;
pub use pipe::*;
pub use promote::*;
pub use promote_all::*;
pub use promote_async::*;
pub use promote_ref::*;
pub use return_input::*;
pub use try_promote::*;