summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikrant Chaudhary <nasa42@gmail.com>2019-07-17 20:28:35 +0900
committerGitHub <noreply@github.com>2019-07-17 20:28:35 +0900
commit3943d3140447ac4709b13c194f746b37e6858d6a (patch)
tree5f5c144a196d0b96b381a692ff9b1eeb6ed1abd0
parentda58ac7a73acc4137634cdd14738aeb601114381 (diff)
parent3fc3728f9f963a0061e851e30fcd0c9d5f9d877a (diff)
Merge pull request #955 from kpp/stream_combinators
Add blogpost on Stream combinators using for await syntax
-rw-r--r--drafts/2019-07-16-this-week-in-rust.md1
1 files changed, 1 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 f7333a2..48c6783 100644
--- a/drafts/2019-07-16-this-week-in-rust.md
+++ b/drafts/2019-07-16-this-week-in-rust.md
@@ -16,6 +16,7 @@ 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/)
* [Visual programming in embedded Rust with Apache Mynewt and Google Blockly](https://medium.com/@ly.lee/visual-programming-with-embedded-rust-yes-we-can-with-apache-mynewt-and-google-blockly-8b67ef7412d7).
[Ferrous Systems: Rust Summer Classes in Berlin](https://ferrous-systems.com/blog/rust-summer-classes/) in Berlin.
[gfx-rs Javelin project kick-off](https://gfx-rs.github.io/2019/07/13/javelin.html).