kyoto_protocol 0.1.0

Protocol module for kyoto
Documentation
1
2
3
4
5
6
/* FlowType and RetFlowType enum types that define behavior
 * when moving from one stage to another. */
pub mod flow_type;

/* FlowHandler trait to handle flows. */
pub mod flow_handler;