@@ -30,18 +30,33 @@ and just ask the editors to select the category.
3030-->
3131
3232### Official
33+ * [ Announcing Rust 1.82.0] ( https://blog.rust-lang.org/2024/10/17/Rust-1.82.0.html )
3334
3435### Foundation
3536
3637### Newsletters
3738
3839### Project/Tooling Updates
40+ * [ Ratatui 0.29.0] ( https://ratatui.rs/highlights/v029/ )
41+ * [ Life of a Zed Extension: Rust, WIT, Wasm] ( https://zed.dev/blog/zed-decoded-extensions )
42+ * [ Shuttle’s New Platform — Redefining Backend Development] ( https://www.shuttle.dev/blog/2024/10/10/shuttle-redefining-backend-development )
3943
4044### Observations/Thoughts
41- * [ audio] [ Rust in Production Podcast - Season 3 Episode 1 - Zed with Conrad Irwin] ( https://corrode.dev/podcast/s03e01-zed/ )
45+ * [ Rust's design goals should be about code] ( https://tmandry.gitlab.io/blog/posts/the-main-thing/ )
46+ * [ UnpinCell] ( https://without.boats/blog/unpin-cell/ )
47+ * [ Blocking code is a leaky abstraction] ( https://notgull.net/blocking-leaky/ )
48+ * [ Life as a Rust Project Contributor] ( https://yaah.dev/staying-involved )
49+ * [ Rustls Outperforms OpenSSL and BoringSSL] ( https://www.memorysafety.org/blog/rustls-performance-outperforms/ )
50+ * [ Using libgdx texture atlases in Bevy] ( https://rustunit.com/blog/2024/10-21-bevy-libgdx-atlas/ )
51+ * [ audio] [ Rust in Production - Zed with Conrad Irwin] ( https://corrode.dev/podcast/s03e01-zed/ )
52+ * [ audio] [ Async Allocators] ( https://sdr-podcast.com/episodes/async-allocators/ )
53+ * [ audio] [ PubNub with Stephen Blum] ( https://rustacean-station.org/episode/stephen-blum/ )
4254
4355### Rust Walkthroughs
4456* [ Demystifying Alignment and Memory Layout in Rust] ( https://garden.christophertee.dev/blogs/Memory-Alignment-and-Layout/Part-1 )
57+ * [ Using Rust in Non-Rust Servers to Improve Performance] ( https://github.com/pretzelhammer/rust-blog/blob/master/posts/rust-in-non-rust-servers.md )
58+ * [ Async Rust in Three Parts] ( https://jacko.io/async_intro.html )
59+ * [ When should I use String vs &str? ] ( https://steveklabnik.com/writing/when-should-i-use-string-vs-str/ )
4560
4661### Research
4762
0 commit comments