diff --git a/draft/2025-08-06-this-week-in-rust.md b/draft/2025-08-06-this-week-in-rust.md index f0b5dc190..3ad23183e 100644 --- a/draft/2025-08-06-this-week-in-rust.md +++ b/draft/2025-08-06-this-week-in-rust.md @@ -39,10 +39,21 @@ and just ask the editors to select the category. ### Newsletters ### Project/Tooling Updates +* [GCC Front-End For Rust - July 2025 Monthly Report](https://rust-gcc.github.io/2025/08/05/2025-07-monthly-report.html) ### Observations/Thoughts +* [How I Make 3D Games](https://www.youtube.com/watch?v=hAWv6AJ8M-Y) +* [Injecting Java from native libraries on Android](https://octet-stream.net/b/scb/2025-08-03-injecting-java-from-native-libraries-on-android.html) +* [You Are The BIOS Now: Building A Hypervisor In Rust With KVM](https://yeet.cx/blog/you-are-the-bios-now) +* [Opsqueue: lightweight batch processing queue for heavy loads](https://www.channable.com/tech/introducing-opsqueue) +* [Rust, Python, and TypeScript: the new trifecta](https://smallcultfollowing.com/babysteps/blog/2025/07/31/rs-py-ts-trifecta/) +* [Vibe coding complex changes in Rust](https://www.youtube.com/watch?v=EL7Au1tzNxE) +* [The Generativity Pattern in Rust](https://arhan.sh/blog/the-generativity-pattern-in-rust/) +* [The Complexities of Rust Async Streams](https://swatinem.de/blog/rust-async-streams/) ### Rust Walkthroughs +* [building a simple hash map](https://viniciusx.com/blog/building-a-hash-map/) +* [An Easy Problem Made Hard: Rust & Binary Trees](https://mmhaskell.com/blog/2025/8/4/an-easy-problem-made-hard-rust-amp-binary-trees) ### Research