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 `req` in `id_effect`
 --> tests/ui/req_macro.rs:2:14
  |
2 |   id_effect::req!(Db: String);
  |              ^^^ could not find `req` in `id_effect`