effectful 0.3.0

Effect<A, E, R> (sync + async), context/layers, pipe — interpreter-style, no bundled executor
Documentation
1
2
3
4
5
6
7
8
9
10
error: effect!: bind* requires an operand
 --> tests/ui/effect_macro_invalid_bind_syntax.rs:4:18
  |
4 |     let _program = effect! {
  |  __________________^
5 | |     bind*
6 | |   };
  | |___^
  |
  = note: this error originates in the macro `effect` (in Nightly builds, run with -Z macro-backtrace for more info)