diff --git a/draft/2025-09-17-this-week-in-rust.md b/draft/2025-09-17-this-week-in-rust.md index 83c5307dd..c24e8cc24 100644 --- a/draft/2025-09-17-this-week-in-rust.md +++ b/draft/2025-09-17-this-week-in-rust.md @@ -52,6 +52,7 @@ and just ask the editors to select the category. ### Observations/Thoughts * [The pirate-based logic of Rust shared references](http://ais523.me.uk/blog/logic-of-shared-references.html) +* [Embedded async debugging and inspect-embassy](https://tweedegolf.nl/en/blog/161/embedded-async-debugging-and-inspect-embassy) ### Rust Walkthroughs * [Axum Backend Series: Docker, Database and Connection Pooling](https://blog.0xshadow.dev/posts/backend-engineering-with-axum/axum-database-setup-using-docker/)