cgp-dispatch 0.4.2-alpha

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 build_with_handlers;
mod builders;
mod dispatchers;
mod field_builders;
mod field_matchers;
mod match_with_handlers;
mod match_with_handlers_ref;
mod matchers;

pub use build_with_handlers::*;
pub use builders::*;
pub use dispatchers::*;
pub use field_builders::*;
pub use field_matchers::*;
pub use match_with_handlers::*;
pub use match_with_handlers_ref::*;
pub use matchers::*;