id_effect 0.4.0

Effect<A, E, R> (sync + async), capability DI, pipe — interpreter-style, no bundled executor
Documentation
1
2
3
4
5
error[E0433]: cannot find `ctx` in `id_effect`
 --> tests/ui/ctx_macro.rs:2:14
  |
2 |   id_effect::ctx!(Db => ());
  |              ^^^ could not find `ctx` in `id_effect`