Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions draft/2025-07-02-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,41 @@ and just ask the editors to select the category.
-->

### Official
* [Announcing Rust 1.88.0 | Rust Blog](https://blog.rust-lang.org/2025/06/26/Rust-1.88.0/)
* [Now accepting Project Goal proposals for 2025H2](https://blog.rust-lang.org/inside-rust/2025/06/23/project-goals-2025h2-call-for-submissions/)
* [2025 Leadership Council Survey](https://blog.rust-lang.org/inside-rust/2025/06/30/2025-leadership-council-survey/)
* [Program management update — June 2025](https://blog.rust-lang.org/inside-rust/2025/06/30/program-management-update-2025-06/)

### Foundation

### Newsletters

### Project/Tooling Updates
* [Announcing TokioConf 2026](https://tokio.rs/blog/2025-06-19-announcing-tokio-conf)
* [rust-analyzer Changelog #292](https://rust-analyzer.github.io/thisweek/2025/06/30/changelog-292.html)
* [Asterinas: a new Linux-compatible kernel project](https://lwn.net/SubscriberLink/1022920/14dfdc76df0f1b96/)

### Observations/Thoughts

* [How much code does that proc macro generate?](https://nnethercote.github.io/2025/06/26/how-much-code-does-that-proc-macro-generate.html)
* [Leaktracer: A Rust allocator to trace memory allocations](https://blog.veeso.dev/blog/en/leaktracer-a-rust-allocator-to-trace-memory-allocations/)
* [Cross-Compiling 10,000+ Rust CLI Crates Statically](https://blog.pkgforge.dev/cross-compiling-10000-rust-cli-crates-statically)
* ["Why is the Rust compiler so slow?"](https://sharnoff.io/blog/why-rust-compiler-slow)
* [A Newbie's First Contribution to (Rust for) Linux](https://blog.buenzli.dev/rust-for-linux-first-contrib/)
* [Exception handling in rustc_codegen_cranelift](https://tweedegolf.nl/en/blog/157/exception-handling-in-rustc-codegen-cranelift)
* [Why I Choose Rust to Build a Full-Stack Admin System](https://idaibin-blog.vercel.app/blog/why-rust-admin)
* [video] [Top 10 Games from Bevy Jam 6](https://www.youtube.com/watch?v=wvVbsQCgbGk)
* [video] [Threads - Part 15 of Idiomatic Rust in Simple Steps](https://www.youtube.com/watch?v=04PZPs7fbuo)
* [audio] [1Password with Andrew Burkhart](https://corrode.dev/podcast/s04e06-1password/)
* [audio] [Dioxus with Jonathan Kelley](https://rustacean-station.org/episode/jonathan-kelley/)
* [audio] [Malachite with Adi Seredinschi](https://rustacean-station.org/episode/adi-seredinschi/)

### Rust Walkthroughs

- [Alternative Blanket Implementations for a Single Rust Trait](https://www.greyblake.com/blog/alternative-blanket-implementations-for-single-rust-trait/)
* [Alternative Blanket Implementations for a Single Rust Trait](https://www.greyblake.com/blog/alternative-blanket-implementations-for-single-rust-trait/)

### Research

### Miscellaneous
* [Reflections on Haskell and Rust](https://academy.fpblock.com/blog/rust-haskell-reflections/)

## Crate of the Week

Expand Down