Skip to main content

Crate tidepool_effect

Crate tidepool_effect 

Source
Expand description

Effect handling for Tidepool’s freer-simple effect system.

Provides EffectHandler and DispatchEffect traits with HList-based handler composition for dispatching algebraic effects at runtime.

Re-exports§

pub use dispatch::*;
pub use error::*;
pub use machine::*;

Modules§

dispatch
error
machine