summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Proskuryakov <humbug@deeptown.org>2019-07-11 17:11:37 +0300
committerRoman Proskuryakov <humbug@deeptown.org>2019-07-11 17:14:31 +0300
commit0e8c70650cb620a4e297f0b618483cd95badaa62 (patch)
treed47b3dbdd1b2d794de651f91def4d41a3e02f500
parent940eb44573a7a15913dc2b4bb801821cf5df4c3b (diff)
Add blogpost on Stream combinators using for await syntax
-rw-r--r--drafts/2019-07-16-this-week-in-rust.md2
1 files changed, 2 insertions, 0 deletions
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.