From ffbc518b43af01620830573a728a0f9633d57125 Mon Sep 17 00:00:00 2001 From: veeso Date: Thu, 20 Mar 2025 17:04:54 +0100 Subject: [PATCH] vendoring c/cpp dependencies in rust --- draft/2025-03-26-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-03-26-this-week-in-rust.md b/draft/2025-03-26-this-week-in-rust.md index 178882d19..7f6b15ba5 100644 --- a/draft/2025-03-26-this-week-in-rust.md +++ b/draft/2025-03-26-this-week-in-rust.md @@ -41,6 +41,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [Vendoring C/C++ Dependencies in Rust](https://blog.veeso.dev/blog/en/vendoring-c-cpp-dependencies-in-rust/) + ### Research ### Miscellaneous