From ac5e6af1f3c271ce3ae798ccd483c3aa82aa2c58 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 5 Jul 2022 13:37:52 +0300 Subject: Tokio async stream hello world --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index e863d02..c039fc1 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,8 @@ https://docs.rs/futures/0.3.6/futures/stream/trait.Stream.html This is the relevant chapter in the Rust Async Book - https://rust-lang.github.io/async-book/05_streams/02_iteration_and_concurrency.html +Meanwhile it seems some features aren't fully stable in Rust just yet. Some crates provide relevant functionality + +https://github.com/taiki-e/futures-async-stream + +https://github.com/tokio-rs/async-stream -- cgit v1.3.1