@@ -30,6 +30,7 @@ and just ask the editors to select the category.
30
30
-->
31
31
32
32
### Official
33
+ * [ Announcing Rust 1.84.1] ( https://blog.rust-lang.org/2025/01/30/Rust-1.84.1.html )
33
34
34
35
### Foundation
35
36
@@ -39,15 +40,28 @@ and just ask the editors to select the category.
39
40
### Project/Tooling Updates
40
41
41
42
### Observations/Thoughts
43
+ * [ Preview crates] ( https://smallcultfollowing.com/babysteps/blog/2025/01/29/preview-crates )
42
44
* [ 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 )
43
52
44
53
### 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 )
46
57
* [ 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/ )
47
59
48
60
### Research
49
61
50
62
### 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 )
51
65
* [ video] [ Are we embedded yet? Implementing tiny HTTP server on a microcontroller using Rust with Maor Malka] ( https://www.youtube.com/watch?v=NclcQcNcLI4 )
52
66
53
67
## Crate of the Week
0 commit comments