From 37e105cddbd217aac0704ab4d9c9cd5f7d1c7de1 Mon Sep 17 00:00:00 2001 From: Arhan Chaudhary Date: Tue, 5 Aug 2025 16:15:30 -0400 Subject: [PATCH] chore: add "The Generativity Pattern in Rust" research article --- draft/2025-08-06-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-08-06-this-week-in-rust.md b/draft/2025-08-06-this-week-in-rust.md index f0b5dc190..8a0108d9e 100644 --- a/draft/2025-08-06-this-week-in-rust.md +++ b/draft/2025-08-06-this-week-in-rust.md @@ -46,6 +46,8 @@ and just ask the editors to select the category. ### Research +* [The Generativity Pattern in Rust](https://arhan.sh/blog/the-generativity-pattern-in-rust) + ### Miscellaneous ## Crate of the Week