From 7bfadadf2db900992e3ad9b5e7af5609a9be83d3 Mon Sep 17 00:00:00 2001 From: hackeryarn Date: Sun, 5 Oct 2025 09:13:44 -0500 Subject: [PATCH] add to rust walkthroughs - article on macros in rust part 3 --- draft/2025-10-08-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-10-08-this-week-in-rust.md b/draft/2025-10-08-this-week-in-rust.md index f59f526cc..a46b5b9e9 100644 --- a/draft/2025-10-08-this-week-in-rust.md +++ b/draft/2025-10-08-this-week-in-rust.md @@ -48,6 +48,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [Let's write a macro in Rust - Part 3](https://hackeryarn.com/post/rust-macros-3/) ### Research