From f02ceaff3c9051181567561aca82826b636500ea Mon Sep 17 00:00:00 2001 From: Soares Chen Date: Wed, 5 Nov 2025 17:17:47 +0000 Subject: [PATCH] Add links for cgp-serde and cgp v0.6.0 --- draft/2025-11-05-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-11-05-this-week-in-rust.md b/draft/2025-11-05-this-week-in-rust.md index 6cc166683..d273766a7 100644 --- a/draft/2025-11-05-this-week-in-rust.md +++ b/draft/2025-11-05-this-week-in-rust.md @@ -48,6 +48,8 @@ and just ask the editors to select the category. * [Developing UEFI in Rust with Patina](https://opendevicepartnership.github.io/patina/introduction.html) * [`esp-hal` 1.0.0 release announcement](https://developer.espressif.com/blog/2025/10/esp-hal-1/) +* [Announcing `cgp-serde`: A modular serialization library for Serde powered by CGP](https://contextgeneric.dev/blog/cgp-serde-release/) +* [CGP v0.6.0 Release - Major ergonomic improvements for provider and context implementations](https://contextgeneric.dev/blog/v0-6-0-release/) ### Observations/Thoughts - [Ghosts in the Compilation](https://predr.ag/blog/ghosts-in-the-compilation/)