From 850fd00d87ab064370ff2b544e275b29c0261f0d Mon Sep 17 00:00:00 2001 From: Eric Seppanen Date: Wed, 10 Apr 2024 10:06:06 -0700 Subject: [PATCH] community links for issue 578 --- draft/2024-12-18-this-week-in-rust.md | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/draft/2024-12-18-this-week-in-rust.md b/draft/2024-12-18-this-week-in-rust.md index ca4abe9b2..dd6d8ac3d 100644 --- a/draft/2024-12-18-this-week-in-rust.md +++ b/draft/2024-12-18-this-week-in-rust.md @@ -30,22 +30,35 @@ and just ask the editors to select the category. --> ### Official +* [November project goals update](https://blog.rust-lang.org/2024/12/16/project-goals-nov-update.html) +* [This Development-cycle in Cargo: 1.84](https://blog.rust-lang.org/inside-rust/2024/12/13/this-development-cycle-in-cargo-1.84.html) +* [December 2024 Project Director Update](https://blog.rust-lang.org/inside-rust/2024/12/17/project-director-update.html) ### Foundation ### Newsletters +* [This Month in Rust OSDev: November 2024](https://rust-osdev.com/this-month/2024-11/) ### Project/Tooling Updates - +* [hyper Roadmap 2025](https://seanmonstar.com/blog/hyper-roadmap-2025/) +* [Bevy Fallible Systems, Bindless, and Immutable Components](https://thisweekinbevy.com/issue/2024-12-09-fallible-systems-bindless-and-immutable-components) * [Sequoia PGP: A Sapling Matures: Meet sq 1.0](https://sequoia-pgp.org/blog/2024/12/16/202412-sq-1.0/) +* [Release 0.30.0 - egui_kittest and modals](https://github.com/emilk/egui/releases/tag/0.30.0) +* [fish-shell 4.0b1, now in Rust](https://fishshell.com/blog/fish-4b/) +* [Introducing Limbo: A complete rewrite of SQLite in Rust](https://turso.tech/blog/introducing-limbo-a-complete-rewrite-of-sqlite-in-rust) ### Observations/Thoughts - -- [audio] [Building Rust: An interview with Nell Shamrell-Harrington](https://timclicks.dev/podcast/nell-shamrell-harrington) +* [What are temporal and spatial memory safety?](https://blog.yoshuawuyts.com/temporal-spatial-memory-safety/) +* [Reducing WASM binary size](https://www.warp.dev/blog/reducing-wasm-binary-size) +* [Crash recovery in 256 bytes](https://cliffle.com/blog/exhubris-super/) +* [Rust crate feature debugging](https://rustunit.com/blog/2024/12-16-rust-feature-debugging/) +* [audio] [Building Rust: An interview with Nell Shamrell-Harrington](https://timclicks.dev/podcast/nell-shamrell-harrington) ### Rust Walkthroughs - -- [Read the Code: Using Drop for Safety in Rust](https://v5.chriskrycho.com/journal/read-the-code/using-drop-for-safety-in-rust/) +* [Read the Code: Using Drop Safely in Rust](https://v5.chriskrycho.com/journal/read-the-code/using-drop-safely-in-rust/) +* [Thoughts on Rust hashing](https://purplesyringa.moe/blog/thoughts-on-rust-hashing/) +* [ Scheme to the Spec Part I: Concurrent Cycle Collection](https://maplant.com/2024-12-13-Scheme-to-the-Spec-Part-I:-Concurrent-Cycle-Collection.html) +* [Solving Advent of Code at Compile Time with Rust Macros](https://doublefree.bearblog.dev/solving-advent-of-code-at-compile-time-with-rust-macros/) ### Research