Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/2024-10-16-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ and just ask the editors to select the category.
* [Rethinking Builders… with Lazy Generics](https://geo-ant.github.io/blog/2024/rust-rethinking-builders-lazy-generics/)
* [IPC in Rust](https://pranitha.rs/posts/rust-ipc-ping-pong/)
* [Serde Trait - Part 3: Deserialization](https://voelklmichael.github.io/Blog/serde-trait-part3.html)
* [Memory for Nothing: Why Vec is (probably) a bad idea](https://pwy.io/posts/memory-for-nothing/)
* [Memory for Nothing: Why Vec<usize> is (probably) a bad idea](https://pwy.io/posts/memory-for-nothing/)
* [Upgrade the Logging in your Rust Tests](https://tylerjw.dev/posts/20241012-rust-logging-in-tests/)
* [Nine Rules for Running Rust on Embedded Systems](https://medium.com/towards-data-science/nine-rules-for-running-rust-on-embedded-systems-b0c247ee877e)
* [Why Rust is taking the data engineering world by storm](https://kerkour.com/rust-data-engineering)
Expand Down
Loading