rosefromthedead / effing-mad

Algebraic effects for Rust
579 stars 19 forks source link

Replace all mentions of "generator" with "coroutine" #10

Closed wackbyte closed 3 months ago

wackbyte commented 5 months ago

Also fixes the compilation of the crate when the alloc feature flag is enabled.

(Personally) I would recommend adding a CI workflow to prevent this from happening in the future, maybe using dtolnay/rust-toolchain?

rosefromthedead commented 3 months ago

Thanks!