Skip to content

Commit 7bda8ae

Browse files
extrawurstbdillo
andauthored
community updates issue 620 (#7121)
Co-authored-by: Ben Dillon <[email protected]>
1 parent 343394e commit 7bda8ae

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

draft/2025-10-08-this-week-in-rust.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ and just ask the editors to select the category.
4444
### Newsletters
4545

4646
### Project/Tooling Updates
47-
4847
* [Seaography 2.0: A Powerful and Extensible GraphQL Framework](https://www.sea-ql.org/blog/2025-10-08-seaography/)
4948
* [Announcing redis-rs 1.0.0 release candidate](https://github.com/redis-rs/redis-rs/blob/redis-1.0.0-rc.0/version1.md)
5049
* [blazesym 0.2 stable release: batteries included address symbolization](https://github.com/libbpf/blazesym/discussions/1318)
@@ -54,23 +53,35 @@ and just ask the editors to select the category.
5453
* [utsuru: "Go Live" on Discord using OBS, FFmpeg, or anything that supports WHIP.](https://github.com/VincentVerdynanta/utsuru/releases/tag/v0.2.1)
5554

5655
### Observations/Thoughts
57-
58-
[audio] [Netstack.FM Episode 7 – Rustls with Dirkjan Ochtman](https://netstack.fm/#episode-7)
59-
[audio] [Netstack.FM Episode 8 – Fuchsia's Netstack3 with Bruno Dal Bo Silva](https://netstack.fm/#episode-8)
56+
* [The Handle trait](https://smallcultfollowing.com/babysteps/blog/2025/10/07/the-handle-trait/)
57+
* [Variadic generics](https://www.wakunguma.com/blog/variadic-generics)
58+
* [Thoughts on the Word Spec in Rust](https://tritium.legal/blog/word)
59+
* [Why We Bet on Rust to Supercharge Feature Store at Agoda](https://medium.com/agoda-engineering/why-we-bet-on-rust-to-supercharge-feature-store-at-agoda-ed4a70d2efb7)
60+
* [walrus: ingesting data at memory speeds](https://nubskr.com/2025/10/06/walrus.html)
61+
* [Realtime concurrency primitives](https://blog.inkreas.ing/realtime-concurrency)
62+
* [Why we didn't rewrite our feed handler in Rust](https://databento.com/blog/why-we-didnt-rewrite-our-feed-handler-in-rust)
63+
* [audio] [Netstack.FM Episode 7 – Rustls with Dirkjan Ochtman](https://netstack.fm/#episode-7)
64+
* [audio] [Netstack.FM Episode 8 – Fuchsia's Netstack3 with Bruno Dal Bo Silva](https://netstack.fm/#episode-8)
6065

6166
### Rust Walkthroughs
62-
* [Behind the Scenes of Pingoo: Slashing allocations with mimalloc and heapless to build the fastest reverse proxy](https://kerkour.com/rust-pingoo-high-performance-allocations-mimalloc-heapless)
63-
* [Axum Backend Series: Email Verification After Registration](https://blog.0xshadow.dev/posts/backend-engineering-with-axum/axum-email-verification/)
6467
* [Axum Backend Series: Implementing Password Reset](https://blog.0xshadow.dev/posts/backend-engineering-with-axum/axum-reset-password/)
68+
* [Axum Backend Series: Email Verification After Registration](https://blog.0xshadow.dev/posts/backend-engineering-with-axum/axum-email-verification/)
69+
* [Fun With HyperLogLog and SIMD](https://vaktibabat.github.io/posts/hyperloglog/)
70+
* [How to automatically Profile Performance of Rust Applications](https://pawelurbanek.com/rust-optimize-performance)
71+
* [Async Rust with Tokio I/O Streams: Backpressure, Concurrency, and Ergonomics](https://biriukov.dev/docs/async-rust-tokio-io/1-async-rust-with-tokio-io-streams-backpressure-concurrency-and-ergonomics/)
72+
* [Preventing Invalid Database Access At Compile Time](https://www.svix.com/blog/preventing-db-misuse-at-compile-time/)
73+
* [Rust unit testing: test doubles & stubs](https://jorgeortiz.dev/posts/rust_unit_testing_test_doubles_stub/)
74+
* [Cancelling async Rust](https://sunshowers.io/posts/cancelling-async-rust/)
75+
* [Behind the Scenes of Pingoo: Slashing allocations with mimalloc and heapless to build the fastest reverse proxy](https://kerkour.com/rust-pingoo-high-performance-allocations-mimalloc-heapless)
6576
* [Generic Numeric Computations in Rust ](https://michaelmauderer.com/blog/generic-numeric-computations/)
6677
* [Let's write a macro in Rust - Part 3](https://hackeryarn.com/post/rust-macros-3/)
6778
* [Rust/C++ Interop Part 5 - Interop in 2025: A Complete Example](https://tylerjw.dev/posts/20251003-rust-cpp-interop-2025-update/)
68-
* [How to automatically Profile Performance of Rust Applications](https://pawelurbanek.com/rust-optimize-performance)
69-
* [Rust unit testing: test doubles & stubs](https://jorgeortiz.dev/posts/rust_unit_testing_test_doubles_stub/)
7079

7180
### Research
7281

7382
### Miscellaneous
83+
* [videos] [RustConf 2025](https://www.youtube.com/playlist?list=PL2b0df3jKKiRFEuVNk76ufXagOgEJ9sBZ)
84+
* [audio] [Prime Video - Alexandru Ene, Principal Engineer](https://corrode.dev/podcast/s05e01-prime-video/)
7485

7586
## Crate of the Week
7687

0 commit comments

Comments
 (0)