futures-rs icon indicating copy to clipboard operation
futures-rs copied to clipboard

Add `reduce` to `StreamExt`/`try_reduce` to `TryStreamExt`

Open dcormier opened this issue 9 months ago • 0 comments

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).

dcormier avatar Jan 22 '25 20:01 dcormier