From 48b1bbc74fd96986756a95f0b5579cf6238084a3 Mon Sep 17 00:00:00 2001 From: William Maslonek Date: Mon, 22 Sep 2025 16:35:40 -0300 Subject: [PATCH] Add GuardianDB project update Added a new entry about GuardianDB, a Rust implementation of OrbitDB. --- draft/2025-09-24-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-09-24-this-week-in-rust.md b/draft/2025-09-24-this-week-in-rust.md index 1415b2ee7..329121b70 100644 --- a/draft/2025-09-24-this-week-in-rust.md +++ b/draft/2025-09-24-this-week-in-rust.md @@ -45,6 +45,8 @@ and just ask the editors to select the category. ### Project/Tooling Updates +* [GuardianDB: The Rust Implementation of OrbitDB. A peer-to-peer database for the Decentralized Web.](https://www.willsearch.com.br/) + ### Observations/Thoughts ### Rust Walkthroughs