From 0bc3b14e821e08038df137e1bf9755dbba8ca3d8 Mon Sep 17 00:00:00 2001 From: Nazmul Idris Date: Thu, 10 Apr 2025 14:25:58 -0500 Subject: [PATCH] Add video to Rust walkthroughs on decl macros --- draft/2025-04-16-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-04-16-this-week-in-rust.md b/draft/2025-04-16-this-week-in-rust.md index 4b25e622a..d9d250d7e 100644 --- a/draft/2025-04-16-this-week-in-rust.md +++ b/draft/2025-04-16-this-week-in-rust.md @@ -44,6 +44,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [video] [Build with Naz : Declarative macros in Rust](https://www.youtube.com/watch?v=ZLl2G8tx83s) + ### Research ### Miscellaneous