From 6c42935ee0d329d3890e1f1061af3406d2ad5104 Mon Sep 17 00:00:00 2001 From: Adeoye Adefemi Date: Wed, 24 Sep 2025 23:01:01 +0100 Subject: [PATCH 1/3] add community links for #618 --- draft/2025-09-24-this-week-in-rust.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/draft/2025-09-24-this-week-in-rust.md b/draft/2025-09-24-this-week-in-rust.md index a2db87713..c78839865 100644 --- a/draft/2025-09-24-this-week-in-rust.md +++ b/draft/2025-09-24-this-week-in-rust.md @@ -38,16 +38,23 @@ and just ask the editors to select the category. --> ### Official - +* [crates.io: Malicious crates faster_log and async_println](https://blog.rust-lang.org/2025/09/24/crates.io-malicious-crates-fasterlog-and-asyncprintln/) ### Foundation ### Newsletters ### Project/Tooling Updates - +* [Temporal_rs is here! The datetime library powering Temporal in Boa and V8 ](https://boajs.dev/blog/2025/09/24/temporal-release) ### Observations/Thoughts ### Rust Walkthroughs +* [Why Rust?](https://roland.fly.dev/posts/why-rust/) +* [Rust unit testing: builtin tools](https://jorgeortiz.dev/posts/rust_unit_testing_tools_builtin/) +* [From Rust to Reality: The Hidden Journey of fetch_max | QuestDB](https://questdb.com/blog/rust-fetch-max-compiler-journey/) +* [Reducing binary size of (Rust) programs with debuginfo](https://kobzol.github.io/rust/2025/09/22/reducing-binary-size-of-rust-programs-with-debuginfo.html) +* [video] [chatting about rust/concurrency](https://www.youtube.com/live/kJnrbbtYfhI?si=9T62OcP3DbpaR4B6) +* [video] [Intro to micro:bit and Embedded Rust](https://www.youtube.com/watch?v=IjlbuPZTluU) + ### Research From 6bb99eaf6a4b27f6144de6b8469cc06a84ccc062 Mon Sep 17 00:00:00 2001 From: Eric Seppanen Date: Wed, 24 Sep 2025 18:50:41 -0700 Subject: [PATCH 2/3] more links, style fixes - Move link to Observations - Add newlines - Strip site name from post title - Add 4 more links, including 3 official Rust posts --- draft/2025-09-24-this-week-in-rust.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/draft/2025-09-24-this-week-in-rust.md b/draft/2025-09-24-this-week-in-rust.md index c78839865..a6d9aed23 100644 --- a/draft/2025-09-24-this-week-in-rust.md +++ b/draft/2025-09-24-this-week-in-rust.md @@ -38,19 +38,25 @@ and just ask the editors to select the category. --> ### Official +* [Announcing Rust 1.90.0 | Rust Blog](https://blog.rust-lang.org/2025/09/18/Rust-1.90.0/) +* [Variadic Generics Micro Survey](https://blog.rust-lang.org/inside-rust/2025/09/22/variadic-generics-micro-survey/) +* [Leadership Council September 2025 Representative Selections](https://blog.rust-lang.org/inside-rust/2025/09/23/leadership-council-repr-selection/) * [crates.io: Malicious crates faster_log and async_println](https://blog.rust-lang.org/2025/09/24/crates.io-malicious-crates-fasterlog-and-asyncprintln/) + ### Foundation ### Newsletters ### Project/Tooling Updates * [Temporal_rs is here! The datetime library powering Temporal in Boa and V8 ](https://boajs.dev/blog/2025/09/24/temporal-release) +* [Wild Linker Update - 0.6.0](https://davidlattimore.github.io/posts/2025/09/23/wild-update-0.6.0.html) + ### Observations/Thoughts +* [Why Rust?](https://roland.fly.dev/posts/why-rust/) ### Rust Walkthroughs -* [Why Rust?](https://roland.fly.dev/posts/why-rust/) * [Rust unit testing: builtin tools](https://jorgeortiz.dev/posts/rust_unit_testing_tools_builtin/) -* [From Rust to Reality: The Hidden Journey of fetch_max | QuestDB](https://questdb.com/blog/rust-fetch-max-compiler-journey/) +* [From Rust to Reality: The Hidden Journey of fetch_max](https://questdb.com/blog/rust-fetch-max-compiler-journey/) * [Reducing binary size of (Rust) programs with debuginfo](https://kobzol.github.io/rust/2025/09/22/reducing-binary-size-of-rust-programs-with-debuginfo.html) * [video] [chatting about rust/concurrency](https://www.youtube.com/live/kJnrbbtYfhI?si=9T62OcP3DbpaR4B6) * [video] [Intro to micro:bit and Embedded Rust](https://www.youtube.com/watch?v=IjlbuPZTluU) From f0479d79560ac7f1ca0c54178b0c54b64fd88032 Mon Sep 17 00:00:00 2001 From: Nell Shamrell-Harrington Date: Wed, 24 Sep 2025 20:10:25 -0700 Subject: [PATCH 3/3] Fix duplicate entry in Rust newsletter draft Removed duplicate entry for 'Variadic Generics Micro Survey' and updated links. --- draft/2025-09-24-this-week-in-rust.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/draft/2025-09-24-this-week-in-rust.md b/draft/2025-09-24-this-week-in-rust.md index 2cf992ad0..5e0a4e1ce 100644 --- a/draft/2025-09-24-this-week-in-rust.md +++ b/draft/2025-09-24-this-week-in-rust.md @@ -42,7 +42,6 @@ and just ask the editors to select the category. * [Variadic Generics Micro Survey](https://blog.rust-lang.org/inside-rust/2025/09/22/variadic-generics-micro-survey/) * [Leadership Council September 2025 Representative Selections](https://blog.rust-lang.org/inside-rust/2025/09/23/leadership-council-repr-selection/) * [crates.io: Malicious crates faster_log and async_println](https://blog.rust-lang.org/2025/09/24/crates.io-malicious-crates-fasterlog-and-asyncprintln/) -* [Variadic Generics Micro Survey](https://blog.rust-lang.org/inside-rust/2025/09/22/variadic-generics-micro-survey/) ### Foundation @@ -59,7 +58,6 @@ and just ask the editors to select the category. * [GlueSQL v0.18.0 adds Send/Sync support and a new derive macro for typed row mapping](https://github.com/gluesql/gluesql/releases/tag/v0.18.0) ### Observations/Thoughts -* [Reducing binary size of (Rust) programs with debuginfo](https://kobzol.github.io/rust/2025/09/22/reducing-binary-size-of-rust-programs-with-debuginfo.html) * [A more stable Rust Ecosystem](https://ranger-ross.github.io/blog/more-stable-ecosystem/) * [Comparing Rust to Carbon](https://lwn.net/SubscriberLink/1036912/ecf2235a9ef774d9/) * [Canceling asynchronous Rust](https://lwn.net/SubscriberLink/1036924/83af62ecb5f74c06/)