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 `service_key` in `id_effect`
 --> tests/ui/service_key.rs:3:14
  |
3 |   id_effect::service_key!(struct PublicDb);
  |              ^^^^^^^^^^^ could not find `service_key` in `id_effect`