From 9d136976d1290220a0e35f0438026f1cf7d2ea7c Mon Sep 17 00:00:00 2001 From: Eric Seppanen Date: Wed, 12 Mar 2025 19:35:05 -0700 Subject: [PATCH 1/2] community links for issue 628 --- draft/2025-12-03-this-week-in-rust.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/draft/2025-12-03-this-week-in-rust.md b/draft/2025-12-03-this-week-in-rust.md index 7834e1629..dc5f1cb1f 100644 --- a/draft/2025-12-03-this-week-in-rust.md +++ b/draft/2025-12-03-this-week-in-rust.md @@ -38,28 +38,41 @@ and just ask the editors to select the category. --> ### Official +* [Fall 2025 Project Director Update](https://blog.rust-lang.org/inside-rust/2025/12/02/project-director-update/) ### Foundation +* [Rustls Shortlisted for Two 2025 OpenUK Awards](https://rustfoundation.org/media/rustls-shortlisted-for-two-2025-openuk-awards/) ### Newsletters * [Rust Trends Issue #73: From Lab to Factory: Rust in Production](https://rust-trends.com/newsletter/from-lab-to-factory-rust-in-production) ### Project/Tooling Updates +* [Wasmi 1.0 — WebAssembly Interpreter Stable At Last](https://wasmi-labs.github.io/blog/posts/wasmi-v1.0/) +* [hyper-util Composable Pools](https://seanmonstar.com/blog/hyper-util-composable-pools/) * [Fall Updates: Standard Library Support with vexide 0.8.0!](https://vexide.dev/blog/posts/thanksgiving-update-25/) * [3DCF/doc2dataset v0.1.0 – Rust document-to-dataset pipeline for RAG & LLM fine-tuning](https://github.com/3DCF-Labs/doc2dataset/releases/tag/v0.1.0) * [PGM-Extra: High-performance learned index structures for Rust](https://github.com/itsfoxstudio/pgm-extra-rs/releases/tag/v1.2.2) ### Observations/Thoughts +* [In defense of lock poisoning in Rust](https://sunshowers.io/posts/on-poisoning/) * [How CRDTs and Rust are revolutionizing distributed systems and real-time applications](https://kerkour.com/rust-crdt) +* [KCL part 1: units](https://www.ncameron.org/blog/kcl-part-1-units/) +* [New rust lint: function_casts_as_integer](https://blog.guillaume-gomez.fr/articles/2025-11-28+New+rust+lint%3A+function_casts_as_integer) * [audio] [Netstack.FM episode 16 — WebRTC and Sans IO with Martin Algesten](https://netstack.fm/#episode-16) +* [audio] [Canonical with Jon Seager - Rust in Production Podcast](https://corrode.dev/podcast/s05e05-canonical/) ### Rust Walkthroughs * [The Impatient Programmer's Guide to Bevy and Rust: Chapter 3 - Let The Data Flow](https://aibodh.com/posts/bevy-rust-game-development-chapter-3/) * [Cross-Compiling Rust for Raspberry Pi and making CI](https://sysdev.me/2025/11/27/cross-compiling-rust-for-raspberry-pi) +* [Rootless pings in Rust](https://bou.ke/blog/rust-ping/) +* [Mutation testing for librsvg](https://viruta.org/mutation-testing-librsvg.html) +* [video] [impl Rust: One Billion Row Challenge](https://www.youtube.com/watch?v=tCY7p6dVAGE) ### Research ### Miscellaneous +* [The Rust Africa Hackathon 2026](https://rustafrica.org/the-future-is-written-in-rust-rust-africa-hackathon-2026/) +* [Ferrous Systems Achieves IEC 61508 (SIL 2) Certification for Rust Core Library Subset](https://ferrous-systems.com/blog/ferrocene-libcore-news-release/) ## Crate of the Week From 66a6c28069c6df48851432978689ffbf1d520b81 Mon Sep 17 00:00:00 2001 From: Eric Seppanen Date: Wed, 3 Dec 2025 13:42:24 -0800 Subject: [PATCH 2/2] replace urls that redirect with their 301 target --- draft/2025-12-03-this-week-in-rust.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft/2025-12-03-this-week-in-rust.md b/draft/2025-12-03-this-week-in-rust.md index dc5f1cb1f..aa3803bb6 100644 --- a/draft/2025-12-03-this-week-in-rust.md +++ b/draft/2025-12-03-this-week-in-rust.md @@ -44,7 +44,7 @@ and just ask the editors to select the category. * [Rustls Shortlisted for Two 2025 OpenUK Awards](https://rustfoundation.org/media/rustls-shortlisted-for-two-2025-openuk-awards/) ### Newsletters -* [Rust Trends Issue #73: From Lab to Factory: Rust in Production](https://rust-trends.com/newsletter/from-lab-to-factory-rust-in-production) +* [Rust Trends Issue #73: From Lab to Factory: Rust in Production](https://rust-trends.com/newsletter/from-lab-to-factory-rust-in-production/) ### Project/Tooling Updates * [Wasmi 1.0 — WebAssembly Interpreter Stable At Last](https://wasmi-labs.github.io/blog/posts/wasmi-v1.0/) @@ -63,7 +63,7 @@ and just ask the editors to select the category. ### Rust Walkthroughs * [The Impatient Programmer's Guide to Bevy and Rust: Chapter 3 - Let The Data Flow](https://aibodh.com/posts/bevy-rust-game-development-chapter-3/) -* [Cross-Compiling Rust for Raspberry Pi and making CI](https://sysdev.me/2025/11/27/cross-compiling-rust-for-raspberry-pi) +* [Cross-Compiling Rust for Raspberry Pi and making CI](https://sysdev.me/2025/11/27/cross-compiling-rust-for-raspberry-pi/) * [Rootless pings in Rust](https://bou.ke/blog/rust-ping/) * [Mutation testing for librsvg](https://viruta.org/mutation-testing-librsvg.html) * [video] [impl Rust: One Billion Row Challenge](https://www.youtube.com/watch?v=tCY7p6dVAGE)