From 6402a83068564a2e7baac267ad1ccebd9dfdad1e Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 27 Aug 2020 00:55:01 +0200 Subject: [PATCH] Add "Macros for a More Productive Rust" by @jam1garner --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e4e6100..42cdafa 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,10 @@ This repository collects resources for writing clean, idiomatic Rust code. [Plea ## 🎤 Talks +### 2020 + +Macros for a More Productive Rust [[Video](https://www.youtube.com/watch?v=dZiWkbnaQe8)] by [@jam1garner](https://github.com/jam1garner) - RustConf 2020 + ### 2019 Making Rust Delightful [[Video](https://www.youtube.com/watch?v=YSEx8wtlPWc)] by [@nrc](https://github.com/nrc/) - RustCon Asia 2019