From ab44a962d3905a9dd01f66dfbe9828eaad2a12f6 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Wed, 14 May 2025 10:38:38 +0200 Subject: [PATCH 1/2] community updates issue 599 --- draft/2025-05-14-this-week-in-rust.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/draft/2025-05-14-this-week-in-rust.md b/draft/2025-05-14-this-week-in-rust.md index 68172f2cc..a5ed977c4 100644 --- a/draft/2025-05-14-this-week-in-rust.md +++ b/draft/2025-05-14-this-week-in-rust.md @@ -33,14 +33,25 @@ and just ask the editors to select the category. --> ### Official +* [Announcing Google Summer of Code 2025 selected projects](https://blog.rust-lang.org/2025/05/08/gsoc-2025-selected-projects/) ### Foundation ### Newsletters +* [This Month in Rust OSDev: April 2025 | Rust OSDev](https://rust-osdev.com/this-month/2025-04/) ### Project/Tooling Updates +* [Avian Physics 0.3](https://joonaa.dev/blog/08/avian-0-3) +* [Two months in Servo: CSS nesting, Shadow DOM, Clipboard API, and mo...](https://servo.org/blog/2025/05/09/this-month-in-servo/) ### Observations/Thoughts +* [Bad Type Patterns - The Duplicate duck](https://www.schneems.com/2025/05/07/bad-type-patterns-the-duplicate-duck/) +* [Rust nightly features you should watch out for](https://www.wakunguma.com/blog/interesting-rust-nightly-features) +* [Lock-Free Rust: How to Build a Rollercoaster While It’s on Fire](https://yeet.cx/blog/lock-free-rust/) +* [Simple & type-safe localization in Rust](https://aarol.dev/posts/rust-simple-i18n/) +* [From Rust to AVR assembly: Dissecting a minimal blinky program](https://n-eq.github.io/blog/2025/05/13/rust-avr-arduino-blink) +* [Tarpaulins Week Of Speed](https://xd009642.github.io/2025/05/08/Tarpaulins-Week-of-Speed.html) +* [Rustls Server-Side Performance](https://www.memorysafety.org/blog/rustls-server-perf/) ### Rust Walkthroughs From 89d1a4e1386c3ee9a5c79883e0cbd757535d5970 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Wed, 14 May 2025 10:40:17 +0200 Subject: [PATCH 2/2] fix truncation --- draft/2025-05-14-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-05-14-this-week-in-rust.md b/draft/2025-05-14-this-week-in-rust.md index a5ed977c4..b6d0bfc6f 100644 --- a/draft/2025-05-14-this-week-in-rust.md +++ b/draft/2025-05-14-this-week-in-rust.md @@ -42,7 +42,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates * [Avian Physics 0.3](https://joonaa.dev/blog/08/avian-0-3) -* [Two months in Servo: CSS nesting, Shadow DOM, Clipboard API, and mo...](https://servo.org/blog/2025/05/09/this-month-in-servo/) +* [Two months in Servo: CSS nesting, Shadow DOM, Clipboard API, and more](https://servo.org/blog/2025/05/09/this-month-in-servo/) ### Observations/Thoughts * [Bad Type Patterns - The Duplicate duck](https://www.schneems.com/2025/05/07/bad-type-patterns-the-duplicate-duck/)