From 423deee2abd8e219496a7bcd452293e354f6662c Mon Sep 17 00:00:00 2001 From: extrawurst Date: Tue, 29 Oct 2024 10:31:02 +0100 Subject: [PATCH 1/3] community updates issue 571 --- draft/2024-10-30-this-week-in-rust.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/draft/2024-10-30-this-week-in-rust.md b/draft/2024-10-30-this-week-in-rust.md index a9a4e1fc6..a5d18526f 100644 --- a/draft/2024-10-30-this-week-in-rust.md +++ b/draft/2024-10-30-this-week-in-rust.md @@ -36,14 +36,30 @@ and just ask the editors to select the category. ### Newsletters ### Project/Tooling Updates +* [Announcing Toasty, an async ORM for Rust](https://tokio.rs/blog/2024-10-23-announcing-toasty) +* [gitoxide - October 2024](https://github.com/GitoxideLabs/gitoxide/discussions/1641) ### Observations/Thoughts +* [Why You Shouldn't Arc a HashMap in Rust](https://packetandpine.com/blog/arc-mutex-hashmap-rust/) +* [Implementing the Tower Service Trait](https://omarabid.com/tower-service) +* [Best Practices for Derive Macro Attributes in Rust](https://w-graj.net/posts/rust-derive-attribute-macros/) +* [Trimming down a rust binary in half](https://tech.dreamleaves.org/trimming-down-a-rust-binary-in-half/) +* [A deep look into our new massive multitenant architecture](https://turso.tech/blog/a-deep-look-into-our-new-massive-multitenant-architecture) +* [Unsafe Rust Is Harder Than C](https://chadaustin.me/2024/10/intrusive-linked-list-in-rust/) +* [Generators with UnpinCell](https://without.boats/blog/generators-with-unpin-cell/) +* [Which LLM model is best for generating Rust code?](https://blog.rust.careers/post/which_llm_is_best_at_rust/) +* [Learnings from Contributing to the Rust Project](https://blog.shrirambalaji.com/posts/oss/rust/learnings-from-contributing-to-the-rust-project) ### Rust Walkthroughs ### Research ### Miscellaneous +* [video] [Architecting a Rust Game Engine (with Alice Cecile)](https://pod.link/developer-voices/episode/c17465dd71701f9bea9a4a4acf52423e) +* [video] [Gitoxide: What it is, and isn't - Sebastian Thiel](https://www.youtube.com/watch?v=r1LwDYtghPM) +* [audio] [Rust vs. C++ with Steve Klabnik and Herb Sutter](https://softwareengineeringdaily.com/2024/10/23/rust-vs-c-with-steve-klabnik-herb-sutter/) +* [The Rust Review: Starting a Rust Community](https://www.understandingrecruitment.com/knowledge-hub/blog/the-rust-review-starting-a-rust-community/) +* [Rust Prism](https://registerspill.thorstenball.com/p/rust-prism) ## Crate of the Week From 5eb9ade37e208b1d3535230a0aa179d2f2988d4b Mon Sep 17 00:00:00 2001 From: extrawurst Date: Tue, 29 Oct 2024 10:32:02 +0100 Subject: [PATCH 2/3] dedup --- draft/2024-10-30-this-week-in-rust.md | 1 - 1 file changed, 1 deletion(-) diff --git a/draft/2024-10-30-this-week-in-rust.md b/draft/2024-10-30-this-week-in-rust.md index a5d18526f..27b37976b 100644 --- a/draft/2024-10-30-this-week-in-rust.md +++ b/draft/2024-10-30-this-week-in-rust.md @@ -58,7 +58,6 @@ and just ask the editors to select the category. * [video] [Architecting a Rust Game Engine (with Alice Cecile)](https://pod.link/developer-voices/episode/c17465dd71701f9bea9a4a4acf52423e) * [video] [Gitoxide: What it is, and isn't - Sebastian Thiel](https://www.youtube.com/watch?v=r1LwDYtghPM) * [audio] [Rust vs. C++ with Steve Klabnik and Herb Sutter](https://softwareengineeringdaily.com/2024/10/23/rust-vs-c-with-steve-klabnik-herb-sutter/) -* [The Rust Review: Starting a Rust Community](https://www.understandingrecruitment.com/knowledge-hub/blog/the-rust-review-starting-a-rust-community/) * [Rust Prism](https://registerspill.thorstenball.com/p/rust-prism) ## Crate of the Week From aa576e1ccfb3d41ad04175490d9c0052cb0a7c35 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Tue, 29 Oct 2024 12:39:11 +0100 Subject: [PATCH 3/3] missing podcast --- draft/2024-10-30-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2024-10-30-this-week-in-rust.md b/draft/2024-10-30-this-week-in-rust.md index 27b37976b..a0ccb4e10 100644 --- a/draft/2024-10-30-this-week-in-rust.md +++ b/draft/2024-10-30-this-week-in-rust.md @@ -58,6 +58,7 @@ and just ask the editors to select the category. * [video] [Architecting a Rust Game Engine (with Alice Cecile)](https://pod.link/developer-voices/episode/c17465dd71701f9bea9a4a4acf52423e) * [video] [Gitoxide: What it is, and isn't - Sebastian Thiel](https://www.youtube.com/watch?v=r1LwDYtghPM) * [audio] [Rust vs. C++ with Steve Klabnik and Herb Sutter](https://softwareengineeringdaily.com/2024/10/23/rust-vs-c-with-steve-klabnik-herb-sutter/) +* [audio] [What's New in Rust 1.76, 1.77, and 1.78](https://rustacean-station.org/episode/rust-1.76-1.77-1.78) * [Rust Prism](https://registerspill.thorstenball.com/p/rust-prism) ## Crate of the Week