Skip to content

Commit 94d09f6

Browse files
committed
community updates issue 569
1 parent e0485fd commit 94d09f6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,24 @@ 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

4042
### Observations/Thoughts
43+
* [Why `Pin` is a part of trait signatures (and why that's a problem)](https://blog.yoshuawuyts.com/why-pin/)
44+
* [The `Overwrite` trait and `Pin`](https://smallcultfollowing.com/babysteps/blog/2024/10/14/overwrite-and-pin)
45+
* [Improve an algorithm performance step by step](https://blog.mapotofu.org/blogs/rabitq-bench/)
46+
* [Replacing nginx with axum](https://felix-knorr.net/posts/2024-10-13-replacing-nginx-with-axum.html)
47+
* [An experiment in async Rust](https://ochagavia.nl/blog/an-experiment-in-async-rust/)
48+
* [Designing A Fast Concurrent Hash Table](https://ibraheem.ca/posts/designing-papaya/)
49+
* [Rethinking Builders… with Lazy Generics](https://geo-ant.github.io/blog/2024/rust-rethinking-builders-lazy-generics/)
50+
* [IPC in Rust](https://pranitha.rs/posts/rust-ipc-ping-pong/)
51+
* [Serde Trait - Part 3: Deserialization](https://voelklmichael.github.io/Blog/serde-trait-part3.html)
52+
* [Memory for Nothing: Why Vec is (probably) a bad idea](https://pwy.io/posts/memory-for-nothing/)
4153

4254
### Rust Walkthroughs
4355

0 commit comments

Comments
 (0)