From ed32f6b2cd07484d91c4cd7fb879e13d0fb8bd93 Mon Sep 17 00:00:00 2001 From: Soares Chen Date: Wed, 16 Jul 2025 09:04:26 +0000 Subject: [PATCH] Add link for The Design and Implementation of Extensible Records --- draft/2025-07-16-this-week-in-rust.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/draft/2025-07-16-this-week-in-rust.md b/draft/2025-07-16-this-week-in-rust.md index b24c8409f..545078d0d 100644 --- a/draft/2025-07-16-this-week-in-rust.md +++ b/draft/2025-07-16-this-week-in-rust.md @@ -42,11 +42,12 @@ and just ask the editors to select the category. * [egui 0.32 - Atoms, popups, and better SVG support](https://github.com/emilk/egui/releases/tag/0.32.0) * [Introducing Rudy: A Toolchain for Rust Debuginfo](https://www.samjs.io/blog/rudy) -[UltraGraph 0.8: 1,300x Faster Graph Analytics — No Cluster Needed](https://deepcausality.com/blog/announcement-ultragraph-0-8) +[UltraGraph 0.8: 1,300x Faster Graph Analytics — No Cluster Needed](https://deepcausality.com/blog/announcement-ultragraph-0-8) ### Observations/Thoughts * [Here comes the sun: iteratively building a Rust program that gets the current weather conditions](https://bitfieldconsulting.com/posts/here-comes-sun) +* [The Design and Implementation of Extensible Records for Rust in CGP](https://contextgeneric.dev/blog/extensible-datatypes-part-3/) ### Rust Walkthroughs