rust-lang / futures-rs

Zero-cost asynchronous programming in Rust
https://rust-lang.github.io/futures-rs/
Apache License 2.0
5.29k stars 607 forks source link

Feature request: add `StreamExt::eq` like `Iterator::eq` #2849

Open cjwcommuny opened 2 months ago

cjwcommuny commented 2 months ago

Here is the definition of Iterator::eq.