Files
tokio/tokio-stream/src/stream_ext
Braulio Valdivielso Martínez fb35c83944 tokio-stream: add StreamExt::map_while (#4351)
Fixes #4337

Rust 1.57 stabilized the `Iterator::map_while` API. This PR adds the
same functionality to the `StreamExt` trait, to keep parity.
2021-12-31 22:53:09 +09:00
..
2020-12-26 17:05:51 +01:00
2021-12-30 15:28:13 +01:00
2021-06-29 20:06:10 +02:00