Skip to content

Commit ba94417

Browse files
authored
Merge pull request #6024 from extrawurst/community-updates-569
Community updates 569
2 parents 920f353 + 6f4d083 commit ba94417

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ and just ask the editors to select the category.
3232
### Official
3333

3434
### Foundation
35+
* [Announcing the Rust Foundation’s 2024 Fellows](https://foundation.rust-lang.org/news/announcing-the-rust-foundation-s-2024-fellows/)
3536

3637
### Newsletters
38+
* [This Week In Bevy - Animation Events, Curves, and no_std](https://thisweekinbevy.com/issue/2024-10-14-animation-events-curves-and-nostd)
3739

3840
### Project/Tooling Updates
3941
* [On Rust in enterprise kernels](https://lwn.net/SubscriberLink/993337/68c7e5af573545e6/)
@@ -44,20 +46,23 @@ and just ask the editors to select the category.
4446
* "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)
4547

4648
### 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)
4753
* [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/)
4859
* [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-
5260
* [Nine Rules for Running Rust on Embedded Systems](https://medium.com/towards-data-science/nine-rules-for-running-rust-on-embedded-systems-b0c247ee877e)
53-
5461
* [Why Rust is taking the data engineering world by storm](https://kerkour.com/rust-data-engineering)
5562

5663
### Rust Walkthroughs
5764

58-
* [series] [Serde for Trait Object 3: Deserialization](https://voelklmichael.github.io/Blog/serde-trait-part3.html)
5965
* [video] [Build with Naz : Rust memory address and size](https://www.youtube.com/watch?v=ivqIty5EOf8)
60-
6166
### Research
6267

6368
### Miscellaneous

0 commit comments

Comments
 (0)