Skip to content
Closed
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
4 changes: 2 additions & 2 deletions draft/2024-11-06-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ and just ask the editors to select the category.

### Rust Walkthroughs
* [Difference Between iter() and into_iter() in Rust](https://crustc.com/difference-iter-and-into_iter/)
* [How to organize errors in large Rust projects](https://kerkour.com/rust-organize-errors-large-projects)
* [Rust's Sneaky Deadlock With `if let` Blocks](https://brooksblog.bearblog.dev/rusts-sneaky-deadlock-with-if-let-blocks/)
* [Why I love Rust for tokenising and parsing](https://xnacly.me/posts/2024/rust-pldev/)
* ["German string" optimizations in Spellbook](https://the-mikedavis.github.io/posts/german-string-optimizations-in-spellbook/)
Expand All @@ -73,9 +74,8 @@ and just ask the editors to select the category.
* [Simple way to make i18n support in Rust with with examples and tests](https://www.onlycoiners.com/user/onlycoiners/blog/simple-way-to-make-i18n-support-in-rust-with-with-examples-a)
* [How to shallow clone a Cow](https://blog.getreu.net/20241005-how_to_shallow_clone_a_cow-blog/)
* [Beginner Rust ESP32 development - Snake](https://jamesmcm.github.io/blog/beginner-rust-esp32-lcdsnake/)
* [video] [Rust Collections & Iterators Demystified 🪄](https://www.youtube.com/watch?v=oiWATcjyUEI)

* [How big is your future?](https://hegdenu.net/posts/how-big-is-your-future/)
* [video] [Rust Collections & Iterators Demystified 🪄](https://www.youtube.com/watch?v=oiWATcjyUEI)

### Research
* [Charon: An Analysis Framework for Rust](https://arxiv.org/abs/2410.18042)
Expand Down
Loading