Skip to content

Commit a156430

Browse files
authored
Merge branch 'master' into cpu-rustls-perf-update
2 parents f99e089 + 4409e2c commit a156430

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

draft/2024-10-23-this-week-in-rust.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,35 @@ 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
39-
* [Hifitime version 4.0.0: A Leap Forward in Time Management](https://nyxspace.com/blog/2024/10/17/hifitime-version-400-a-leap-forward-in-time-management/)
40-
- [Ratatui 0.29.0 is released! - a Rust library for cooking up terminal user interfaces](https://ratatui.rs/highlights/v029/)
40+
* [Ratatui 0.29.0](https://ratatui.rs/highlights/v029/)
4141
* [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)
43+
* [Hifitime version 4.0.0: A Leap Forward in Time Management](https://nyxspace.com/blog/2024/10/17/hifitime-version-400-a-leap-forward-in-time-management/)
4244
* [Fjall 2.2 - now supports serializable snapshot isolation (multi-writer transactions)](https://fjall-rs.github.io/post/announcing-fjall-22/)
4345

4446
### Observations/Thoughts
45-
* [audio] [Rust in Production Podcast - Season 3 Episode 1 - Zed with Conrad Irwin](https://corrode.dev/podcast/s03e01-zed/)
47+
* [Rust's design goals should be about code](https://tmandry.gitlab.io/blog/posts/the-main-thing/)
48+
* [UnpinCell](https://without.boats/blog/unpin-cell/)
49+
* [Blocking code is a leaky abstraction](https://notgull.net/blocking-leaky/)
50+
* [Life as a Rust Project Contributor](https://yaah.dev/staying-involved)
4651
* [Rustls Outperforms OpenSSL and BoringSSL](https://www.memorysafety.org/blog/rustls-performance-outperforms/)
52+
* [Using libgdx texture atlases in Bevy](https://rustunit.com/blog/2024/10-21-bevy-libgdx-atlas/)
53+
* [audio] [Rust in Production - Zed with Conrad Irwin](https://corrode.dev/podcast/s03e01-zed/)
54+
* [audio] [Async Allocators](https://sdr-podcast.com/episodes/async-allocators/)
55+
* [audio] [PubNub with Stephen Blum](https://rustacean-station.org/episode/stephen-blum/)
4756

4857
### Rust Walkthroughs
4958
* [Demystifying Alignment and Memory Layout in Rust](https://garden.christophertee.dev/blogs/Memory-Alignment-and-Layout/Part-1)
59+
* [Using Rust in Non-Rust Servers to Improve Performance](https://github.com/pretzelhammer/rust-blog/blob/master/posts/rust-in-non-rust-servers.md)
5060
* [Async Rust in Three Parts](https://jacko.io/async_intro.html)
61+
* [ When should I use String vs &str? ](https://steveklabnik.com/writing/when-should-i-use-string-vs-str/)
5162
* [Using Web Workers in Rust Webapps](https://allwright.io/#/blog/20241016-using-web-workers.md)
5263

5364
### Research

0 commit comments

Comments
 (0)