Skip to content

Commit a7ee5c1

Browse files
committed
community links for issue 606
1 parent 4269405 commit a7ee5c1

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

draft/2025-07-02-this-week-in-rust.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,41 @@ and just ask the editors to select the category.
3333
-->
3434

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

3741
### Foundation
3842

3943
### Newsletters
4044

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

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

4864
### Rust Walkthroughs
49-
50-
- [Alternative Blanket Implementations for a Single Rust Trait](https://www.greyblake.com/blog/alternative-blanket-implementations-for-single-rust-trait/)
65+
* [Alternative Blanket Implementations for a Single Rust Trait](https://www.greyblake.com/blog/alternative-blanket-implementations-for-single-rust-trait/)
5166

5267
### Research
5368

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

5672
## Crate of the Week
5773

0 commit comments

Comments
 (0)