From 189e4f8c8fa73496fdfe14cbb32c1b6b96660800 Mon Sep 17 00:00:00 2001 From: William Maslonek Date: Wed, 15 Oct 2025 06:57:50 -0300 Subject: [PATCH] Add GuardianDB 0.10.15 announcement to Rust draft --- draft/2025-10-15-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-10-15-this-week-in-rust.md b/draft/2025-10-15-this-week-in-rust.md index 6d991c17d..26dc52b3f 100644 --- a/draft/2025-10-15-this-week-in-rust.md +++ b/draft/2025-10-15-this-week-in-rust.md @@ -46,6 +46,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates * [Gccrs after libcore](https://lwn.net/SubscriberLink/1040197/0733825193ca1f04/) * [Announcing Heave 0.1.0: an EAV data model rust library that can persist custom structs onto a SQLite DB with no friction at all!](https://www.rustydonkey.dev/blog/2025.10.08_introduction_to_heave/) +* [GuardianDB 0.10.15 - Introducing: the embedded iroh node](https://www.willsearch.com.br/?page_id=19) ### Observations/Thoughts * [Recursive type state in Rust](https://www.jessestuart.ca/posts/2025-10-10-recursive-type-state-in-rust/)