From 5ed6cda34cbf5b68ac21f01ff7c6c6813635eb37 Mon Sep 17 00:00:00 2001 From: Soares Chen Date: Wed, 9 Jul 2025 08:35:37 +0000 Subject: [PATCH] Add blog post for Programming Extensible Data Types in Rust with CGP, part 1 and 2 --- draft/2025-07-09-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-07-09-this-week-in-rust.md b/draft/2025-07-09-this-week-in-rust.md index 74d625e8e..fa39263bf 100644 --- a/draft/2025-07-09-this-week-in-rust.md +++ b/draft/2025-07-09-this-week-in-rust.md @@ -40,6 +40,8 @@ and just ask the editors to select the category. ### Project/Tooling Updates +* [Programming Extensible Data Types in Rust with CGP, Part 1](https://contextgeneric.dev/blog/extensible-datatypes-part-1/) and [Part 2](https://contextgeneric.dev/blog/extensible-datatypes-part-2/) + ### Observations/Thoughts ### Rust Walkthroughs