Skip to content

Commit 275bf7c

Browse files
authored
community links for issue 590 (#6465)
Also clean up formatting in the community section and rearrange a few links.
1 parent 5c7a5d3 commit 275bf7c

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

draft/2025-03-12-this-week-in-rust.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,41 @@ and just ask the editors to select the category.
3030
-->
3131

3232
### Official
33+
* [Announcing rustup 1.28.1](https://blog.rust-lang.org/2025/03/04/Rustup-1.28.1.html)
34+
* [Inferred const generic arguments: Call for Testing!](https://blog.rust-lang.org/inside-rust/2025/03/05/inferred-const-generic-arguments.html)
35+
* [This Month in Our Test Infra: January and February 2025](https://blog.rust-lang.org/inside-rust/2025/03/11/test-infra-jan-feb-2025.html)
3336

3437
### Foundation
3538

3639
### Newsletters
3740

3841
### Project/Tooling Updates
39-
* [tfmcp 🦀: A Rust-Implemented Tool to Operate Terraform from LLMs](https://syu-m-5151.hatenablog.com/entry/2025/03/10/091144)
40-
42+
* [Native Git support in Zed - Zed Blog](https://zed.dev/blog/git)
43+
* [tfmcp 🦀: A Rust-Implemented Tool to Operate Terraform from LLMs](https://syu-m-5151.hatenablog.com/entry/2025/03/10/091144)
4144
* [What's new in SeaORM 1.1](https://www.sea-ql.org/blog/2025-03-08-whats-new-in-sea-orm-1.1/)
4245

4346
### Observations/Thoughts
44-
* [Translating bzip2 with c2rust](https://trifectatech.org/blog/translating-bzip2-with-c2rust/)
45-
* [When are Rust's const fns executed?](https://felixwrt.dev/posts/const-fn/)
47+
* [Rust in 2025: Targeting foundational software](https://smallcultfollowing.com/babysteps/blog/2025/03/10/rust-2025-intro/)
48+
* [A Happy Day for Rust](https://steveklabnik.com/writing/a-happy-day-for-rust/)
49+
* [Rust Learning Resources 2025](https://corrode.dev/blog/rust-learning-resources-2025/)
50+
* [Taming A Voracious Rust Proxy](https://fly.io/blog/taming-rust-proxy/)
51+
* [Succinct data structures](https://blog.startifact.com/posts/succinct/)
4652
* [When is "this trait can be implemented" part of the trait's public API?](https://predr.ag/blog/when-is-trait-can-be-implemented-public-api/)
53+
* [When are Rust's const fns executed?](https://felixwrt.dev/posts/const-fn/)
54+
* [Rust trait object layout](https://neugierig.org/software/blog/2025/03/trait-object-layout.html)
55+
* [The Art of Formatting Code](https://mcyoung.xyz/2025/03/11/formatters/)
56+
* [video] [Rust is the New C](https://www.youtube.com/watch?v=3e-nauaCkgo)
57+
* [audio] [Rust with Guillaume Gomez](https://rustacean-station.org/episode/guillaume-gomez/)
4758

4859
### Rust Walkthroughs
49-
* [video] [Ratatui - terminal user interfaces in Rust with Orhun Parmaksız - build ratatop in pair programming](https://www.youtube.com/watch?v=OkmYsa25pIw)
50-
60+
* [Writing into uninitialized buffers in Rust](https://blog.sunfishcode.online/writingintouninitializedbuffersinrust/)
61+
* [Translating bzip2 with c2rust](https://trifectatech.org/blog/translating-bzip2-with-c2rust/)
5162
* [Nine Pico PIO Wats with Rust: Raspberry Pi programmable IO pitfalls illustrated with a musical example (Part 1)](https://towardsdatascience.com/nine-pico-pio-wats-with-rust-part-1-9d062067dc25/)
52-
53-
* [Video] [Derive Macros: Or, How I Learned to Stop Worrying and Love the proc_macro2::TokenStream](https://www.youtube.com/watch?v=ALZr9BwWHQU&t=1769s)
54-
5563
* [Async Rust for Dummies](https://blog.veeso.dev/blog/en/async-rust-for-dummies/)
64+
* [How we built our 2025 Embedded World Demos](https://ferrous-systems.com/blog/embedded-world-2025-demos/)
65+
* [video] [Ratatui - terminal user interfaces in Rust with Orhun Parmaksız - build ratatop in pair programming](https://www.youtube.com/watch?v=OkmYsa25pIw)
66+
* [video] [Derive Macros: Or, How I Learned to Stop Worrying and Love the proc_macro2::TokenStream](https://www.youtube.com/watch?v=ALZr9BwWHQU&t=1769s)
67+
* [video] [Porting the guff plot device to Rust](https://www.youtube.com/watch?v=bbWcGAOsbIE)
5668

5769
### Research
5870

0 commit comments

Comments
 (0)