diff --git a/draft/2025-09-17-this-week-in-rust.md b/draft/2025-09-17-this-week-in-rust.md index 83c5307dd..7785e1f56 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) +* [Trade-offs in the Design of DSLs (in Rust)](https://forgestream.idverse.com/blog/20250916-dsl-trade-offs/) ### Rust Walkthroughs * [Axum Backend Series: Docker, Database and Connection Pooling](https://blog.0xshadow.dev/posts/backend-engineering-with-axum/axum-database-setup-using-docker/)