mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-07 00:00:09 +02:00
Option::filter() exists since Rust 1.27.0, and is much more readable than the open coded variant that was there before, using Option::and_then(). This has been found by clippy.
tokio-stream
Utilities to work with Stream and tokio.
License
This project is licensed under the MIT license.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tokio by you, shall be licensed as MIT, without any additional terms or conditions.