From ae2ae3d4152d2de98dd867b54a1be67a656e9c93 Mon Sep 17 00:00:00 2001 From: Tyler Weaver Date: Fri, 3 Oct 2025 08:51:28 -0600 Subject: [PATCH] Rust/C++ interop part 5 --- draft/2025-10-08-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-10-08-this-week-in-rust.md b/draft/2025-10-08-this-week-in-rust.md index f59f526cc..3954dd28b 100644 --- a/draft/2025-10-08-this-week-in-rust.md +++ b/draft/2025-10-08-this-week-in-rust.md @@ -49,6 +49,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [Rust/C++ Interop Part 5 - Interop in 2025: A Complete Example](https://tylerjw.dev/posts/20251003-rust-cpp-interop-2025-update/) + ### Research ### Miscellaneous