id_effect 0.3.0

Effect<A, E, R> (sync + async), capability DI, pipe — interpreter-style, no bundled executor
Documentation
1
2
3
4
5
6
7
8
9
10
#[derive(::id_effect::ProviderSpecDerive)]
struct BadLive;

impl BadLive {
  fn new() -> u32 {
    1
  }
}

fn main() {}