diff --git a/draft/2025-07-16-this-week-in-rust.md b/draft/2025-07-16-this-week-in-rust.md index a9689a178..48e965550 100644 --- a/draft/2025-07-16-this-week-in-rust.md +++ b/draft/2025-07-16-this-week-in-rust.md @@ -50,6 +50,7 @@ and just ask the editors to select the category. ### Observations/Thoughts * [placing functions](https://blog.yoshuawuyts.com/placing-functions/) +* [Rust is a great fit for the agentic era](https://kerkour.com/rust-agentic-coding) * [Here comes the sun: iteratively building a Rust program that gets the current weather conditions](https://bitfieldconsulting.com/posts/here-comes-sun) * [Thinking in Rust: Ownership, Access, and Memory Safety](https://cocoindex.io/blogs/rust-ownership-access/) * [Adding lookbehinds to rust-lang/regex](https://systemf.epfl.ch/blog/rust-regex-lookbehinds/)