From 1801a096a7be455c8e44d2a34fee59c78528ace9 Mon Sep 17 00:00:00 2001 From: Michael Bryan Date: Thu, 3 Oct 2019 21:24:46 +0800 Subject: [PATCH] Added another edition of AiMC --- drafts/2019-10-08-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drafts/2019-10-08-this-week-in-rust.md b/drafts/2019-10-08-this-week-in-rust.md index 104d0b0cc..1cd79ee46 100644 --- a/drafts/2019-10-08-this-week-in-rust.md +++ b/drafts/2019-10-08-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 +- [Adventures in Motion Control: The Communications System Part 1](http://adventures.michaelfbryan.com/posts/comms-part-1/) + # Crate of the Week This week's crate is [pin-project](https://crates.io/crates/pin-project), a proc-macro-derive for ergonomic and safe `Pin` projections.