diff --git a/drafts/2017-09-12-this-week-in-rust.md b/drafts/2017-09-12-this-week-in-rust.md index 53a9a569b..3924d088e 100644 --- a/drafts/2017-09-12-this-week-in-rust.md +++ b/drafts/2017-09-12-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 +* [Implementing the Read trait for strings](https://codingwithglee.blogspot.de/2017/09/a-stringreader-in-rust.html) + # Crate of the Week This week's crate is [brain](https://crates.io/crates/brain), a programming language transpiler to brainfuck of all things!