Skip to content

Commit 3f79e59

Browse files
committed
community updates issue 620
1 parent e83dbb0 commit 3f79e59

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,28 @@ and just ask the editors to select the category.
4646
### Project/Tooling Updates
4747

4848
### Observations/Thoughts
49+
* [The Handle trait](https://smallcultfollowing.com/babysteps/blog/2025/10/07/the-handle-trait/)
50+
* [Variadic generics](https://www.wakunguma.com/blog/variadic-generics)
51+
* [Thoughts on the Word Spec in Rust](https://tritium.legal/blog/word)
52+
* [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)
53+
* [walrus: ingesting data at memory speeds](https://nubskr.com/2025/10/06/walrus.html)
54+
* [Realtime concurrency primitives](https://blog.inkreas.ing/realtime-concurrency)
55+
* [Why we didn't rewrite our feed handler in Rust](https://databento.com/blog/why-we-didnt-rewrite-our-feed-handler-in-rust)
4956

5057
### Rust Walkthroughs
58+
* [Axum Backend Series: Implementing Password Reset](https://blog.0xshadow.dev/posts/backend-engineering-with-axum/axum-reset-password/)
59+
* [Fun With HyperLogLog and SIMD](https://vaktibabat.github.io/posts/hyperloglog/)
60+
* [How to automatically Profile Performance of Rust Applications](https://pawelurbanek.com/rust-optimize-performance)
61+
* [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/)
62+
* [Preventing Invalid Database Access At Compile Time](https://www.svix.com/blog/preventing-db-misuse-at-compile-time/)
63+
* [Rust unit testing: test doubles & stubs](https://jorgeortiz.dev/posts/rust_unit_testing_test_doubles_stub/)
64+
* [Cancelling async Rust](https://sunshowers.io/posts/cancelling-async-rust/)
5165

5266
### Research
5367

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

5672
## Crate of the Week
5773

0 commit comments

Comments
 (0)