diff --git a/draft/2025-06-04-this-week-in-rust.md b/draft/2025-06-04-this-week-in-rust.md index eabe7ef1b..0319c09c1 100644 --- a/draft/2025-06-04-this-week-in-rust.md +++ b/draft/2025-06-04-this-week-in-rust.md @@ -47,6 +47,7 @@ and just ask the editors to select the category. * [In Praise of Shuttle: Oxidizing the Capibara Web API](https://justinwoodring.com/blog/rewriting-the-capibara-web-api-in-rust/) * [Reducing Cargo target directory size with -Zno-embed-metadata](https://kobzol.github.io/rust/rustc/2025/06/02/reduce-cargo-target-dir-size-with-z-no-embed-metadata.html) * [Designing Error Types in Rust Libraries](https://d34dl0ck.me/rust-bites-designing-error-types-in-rust-libraries/index.html) +* [How we wrap external C and C++ libraries in Rust](https://www.evolvebenchmark.com/blog-posts/how-we-wrap-external-c-and-cpp-libraries-in-rust) ### Rust Walkthroughs