id_effect 0.3.0

Effect<A, E, R> (sync + async), capability DI, pipe — interpreter-style, no bundled executor
Documentation
1
2
3
4
fn main() {
  // CapEnvN removed in v3; use caps!(K0, K1, ...) instead.
  let _: id_effect::CapEnv3<(), (), ()>;
}