Skip to content
Merged
Changes from 1 commit
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
9 changes: 8 additions & 1 deletion draft/2025-08-27-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,18 @@ and just ask the editors to select the category.
* [Danube Messaging- Release 0.4.0 - Highlights](https://dev-state.com/posts/danube_update_040/)

### Observations/Thoughts

* [Emulating aarch64 in software using JIT compilation and Rust](https://pitsidianak.is/blog/posts/2025-08-25_emulating_aarch64_in_software_using_JIT_compilation.html)
* [the core of rust](https://jyn.dev/the-core-of-rust/)
* [Make the easy change hard](https://blog.appliedcomputing.io/p/make-the-easy-change-hard)
* [Trying to get error backtraces in rust libraries right](https://www.iroh.computer/blog/error-handling-in-iroh)
* [The unexpected productivity boost of Rust](https://lubeno.dev/blog/rusts-productivity-curve)
* [audio] [Netstack.FM — Episode 2: Hyper with Sean McArthur](https://netstack.fm/#episode-2)

### Rust Walkthroughs
* [Rust ints to Rust enums with less instructions](https://sailor.li/ints-to-enums)
* [GPUI Interactivity - Building a Counter App](https://blog.0xshadow.dev/posts/learning-gpui/gpui-interactivity/)
* [Rust for JavaScript Engineers - Building Connect-4](https://www.afloat.boats/posts/rust-for-javascript-engineers-pt-1)
* [video] [Minimal Embedded FAT32 Driver - in Rust!](https://www.youtube.com/watch?v=VcWXn8B9RoE)

### Research

Expand Down