You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: draft/2024-10-16-this-week-in-rust.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,10 @@ and just ask the editors to select the category.
32
32
### Official
33
33
34
34
### Foundation
35
+
*[Announcing the Rust Foundation’s 2024 Fellows](https://foundation.rust-lang.org/news/announcing-the-rust-foundation-s-2024-fellows/)
35
36
36
37
### Newsletters
38
+
*[This Week In Bevy - Animation Events, Curves, and no_std](https://thisweekinbevy.com/issue/2024-10-14-animation-events-curves-and-nostd)
37
39
38
40
### Project/Tooling Updates
39
41
*[On Rust in enterprise kernels](https://lwn.net/SubscriberLink/993337/68c7e5af573545e6/)
@@ -44,20 +46,23 @@ and just ask the editors to select the category.
44
46
* "pigg" (the Raspberry Pi GPIO GUI) 0.4.0 released with TCP connection support [Release](https://github.com/andrewdavidmackenzie/pigg/releases/tag/0.4.0), [Discussion](https://github.com/andrewdavidmackenzie/pigg/discussions/503)
45
47
46
48
### Observations/Thoughts
49
+
*[Why `Pin` is a part of trait signatures (and why that's a problem)](https://blog.yoshuawuyts.com/why-pin/)
50
+
*[The `Overwrite` trait and `Pin`](https://smallcultfollowing.com/babysteps/blog/2024/10/14/overwrite-and-pin)
51
+
*[Improve an algorithm performance step by step](https://blog.mapotofu.org/blogs/rabitq-bench/)
52
+
*[Replacing nginx with axum](https://felix-knorr.net/posts/2024-10-13-replacing-nginx-with-axum.html)
47
53
*[An experiment in async Rust](https://ochagavia.nl/blog/an-experiment-in-async-rust/)
54
+
*[Designing A Fast Concurrent Hash Table](https://ibraheem.ca/posts/designing-papaya/)
55
+
*[Rethinking Builders… with Lazy Generics](https://geo-ant.github.io/blog/2024/rust-rethinking-builders-lazy-generics/)
56
+
*[IPC in Rust](https://pranitha.rs/posts/rust-ipc-ping-pong/)
57
+
*[Serde Trait - Part 3: Deserialization](https://voelklmichael.github.io/Blog/serde-trait-part3.html)
58
+
*[Memory for Nothing: Why Vec is (probably) a bad idea](https://pwy.io/posts/memory-for-nothing/)
48
59
*[Upgrade the Logging in your Rust Tests](https://tylerjw.dev/posts/20241012-rust-logging-in-tests/)
49
-
50
-
*[Improve an algorithm performance step by step](https://blog.mapotofu.org/blogs/rabitq-bench/)
51
-
52
60
*[Nine Rules for Running Rust on Embedded Systems](https://medium.com/towards-data-science/nine-rules-for-running-rust-on-embedded-systems-b0c247ee877e)
53
-
54
61
*[Why Rust is taking the data engineering world by storm](https://kerkour.com/rust-data-engineering)
55
62
56
63
### Rust Walkthroughs
57
64
58
-
*[series][Serde for Trait Object 3: Deserialization](https://voelklmichael.github.io/Blog/serde-trait-part3.html)
59
65
*[video][Build with Naz : Rust memory address and size](https://www.youtube.com/watch?v=ivqIty5EOf8)
0 commit comments