id_effect 0.4.0

Effect<A, E, R> (sync + async), capability DI, pipe — interpreter-style, no bundled executor
Documentation
1
2
3
4
fn main() {
  // `service_key!` was removed in v3; use `#[capability]` instead.
  id_effect::service_key!(struct PublicDb);
}