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.
EffectHandler
DispatchEffect
pub use dispatch::*;
pub use error::*;
pub use machine::*;