futures-rs
futures-rs copied to clipboard
Add `reduce` to `StreamExt`/`try_reduce` to `TryStreamExt`
It would be helpful if StreamExt had a reduce method (similar to Iterator::reduce), and also if TryStreamExt had a try_reduce method (similar to Iterator::try_reduce).