From e803484eb5e00bda79067e564a7f70039ca6fbbb Mon Sep 17 00:00:00 2001 From: veeso Date: Tue, 1 Apr 2025 09:31:07 +0200 Subject: [PATCH] Embedding shared objects in Rust --- draft/2025-04-02-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-04-02-this-week-in-rust.md b/draft/2025-04-02-this-week-in-rust.md index e1141aea4..9fedf34f5 100644 --- a/draft/2025-04-02-this-week-in-rust.md +++ b/draft/2025-04-02-this-week-in-rust.md @@ -43,6 +43,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [Embedding shared objects in Rust](https://blog.veeso.dev/blog/en/embedding-shared-objects-in-rust/) + ### Rust Walkthroughs * [Solving the ABA Problem in Rust with Hazard Pointers](https://minikin.me/blog/solving-the-aba-problem-in-rust-hazard-pointers) * [Building a CoAP application on Ariel OS](https://christian.amsuess.com/blog/website/2025-03-27_ariel_coap/)