Skip to content

Commit 4f9ebe2

Browse files
authored
Merge pull request #6347 from extrawurst/community-updates-585
community updates issue 585
2 parents 8c46d5f + fbf75bf commit 4f9ebe2

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

draft/2025-02-05-this-week-in-rust.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ and just ask the editors to select the category.
3030
-->
3131

3232
### Official
33+
* [Announcing Rust 1.84.1](https://blog.rust-lang.org/2025/01/30/Rust-1.84.1.html)
3334

3435
### Foundation
3536

@@ -39,15 +40,28 @@ and just ask the editors to select the category.
3940
### Project/Tooling Updates
4041

4142
### Observations/Thoughts
43+
* [Preview crates](https://smallcultfollowing.com/babysteps/blog/2025/01/29/preview-crates)
4244
* [Computed Properties in Rust: How to Implement Them Effectively](https://minikin.me/blog/computed-properties-in-rust)
45+
* [Default musl allocator considered harmful (to performance)](https://nickb.dev/blog/default-musl-allocator-considered-harmful-to-performance/)
46+
* [Fat Rand: How Many Lines Do You Need To Generate A Random Number?](https://lucumr.pocoo.org/2025/2/4/fat-rand/)
47+
* [Revisiting random number generation](https://swlody.dev/Posts/Revisiting-random-number-generation)
48+
* [Fast Parquet reading: From Java to Rust Columnar Readers](https://baarse.substack.com/p/fast-parquet-reading-from-java-to)
49+
* [Adding garbage collection to our Rust-based interpreters with MMTk](https://octavelarose.github.io/2025/01/30/mmtk.html)
50+
* [Extending the Coreutils project - Rewriting base tools in Rust](https://uutils.github.io/blog/2025-02-extending/)
51+
* [No-Panic Rust: A Nice Technique for Systems Programming](https://blog.reverberate.org/2025/02/03/no-panic-rust.html)
4352

4453
### Rust Walkthroughs
45-
54+
* [Cooperative multitasking in Rust](https://elric.pl/blog/cooperative-multitasking)
55+
* [Optimizing with Novel Calendrical Algorithms](https://jhpratt.dev/blog/optimizing-with-novel-calendrical-algorithms/)
56+
* [Apache Kafka protocol with serde, quote, syn and proc_macro2](https://blog.tansu.io/articles/serde-kafka-protocol)
4657
* [Pinning Down "Future Is Not Send" Errors](https://emschwartz.me/pinning-down-future-is-not-send-errors/)
58+
* [Part 5b: Escaping the Typechecker, an Implementation](https://thunderseethe.dev/posts/lowering-base-impl/)
4759

4860
### Research
4961

5062
### Miscellaneous
63+
* [video playlist] [Bevy Meetup #8](https://www.youtube.com/watch?v=4EE_bhHZZA4&list=PLbvvWoCXmXkLM8JUlDL0FVOU6eLAVsMwd)
64+
* [video] [Match Ergonomics](https://www.youtube.com/watch?v=03BqXYFM6T0)
5165
* [video] [Are we embedded yet? Implementing tiny HTTP server on a microcontroller using Rust with Maor Malka](https://www.youtube.com/watch?v=NclcQcNcLI4)
5266

5367
## Crate of the Week

0 commit comments

Comments
 (0)