jethrogb / rust-combinators

Selection tool for Rust combinators
https://jethrogb.github.io/rust-combinators/
Other
19 stars 3 forks source link

Add combinators for Future? #4

Open adamchalmers opened 3 years ago

adamchalmers commented 3 years ago

Hi! Firstly I just want to say I love this page and use it all the time. Thanks for making it, it's really helpful for teaching new coworkers their way around Rust.

I was curious: would you be OK if I, or someone else, added combinators for Future (e.g. map/then) and maybe Stream?

Upsides:

Downsides:

jethrogb commented 3 years ago

Yes, this sounds great!