From 0e8c70650cb620a4e297f0b618483cd95badaa62 Mon Sep 17 00:00:00 2001 From: Roman Proskuryakov Date: Thu, 11 Jul 2019 17:11:37 +0300 Subject: Add blogpost on Stream combinators using for await syntax --- drafts/2019-07-16-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drafts/2019-07-16-this-week-in-rust.md b/drafts/2019-07-16-this-week-in-rust.md index 2a2aab0..c9543ae 100644 --- a/drafts/2019-07-16-this-week-in-rust.md +++ b/drafts/2019-07-16-this-week-in-rust.md @@ -16,6 +16,8 @@ If you find any errors in this week's issue, [please submit a PR](https://github ## News & Blog Posts +* [Stream combinators implemented using for await syntax](https://www.reddit.com/r/rust/comments/cbvhq9/stream_combinators_implemented_using_for_await/) + # Crate of the Week This week's CotW is not a crate but [Rustexp](https://rustexp.lpil.uk/) site, a Rust regular expression editor & tester. -- cgit v1.2.3