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
8 changes: 3 additions & 5 deletions draft/2024-11-13-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ and just ask the editors to select the category.

### Newsletters
* [Linebender in October 2024: resvg stewardship](https://linebender.org/blog/tmix-10/)
* [The Embedded Rustacean Issue #32](https://www.theembeddedrustacean.com/p/the-embedded-rustacean-issue-32)

### Project/Tooling Updates
* [Introducing Hyperlight: Virtual machine-based security for functions at scale](https://opensource.microsoft.com/blog/2024/11/07/introducing-hyperlight-virtual-machine-based-security-for-functions-at-scale/)
Expand All @@ -54,20 +55,17 @@ and just ask the editors to select the category.
* [Bringing faster exceptions to Rust](https://purplesyringa.moe/blog/bringing-faster-exceptions-to-rust/)
* [Exploring the Assembly Code generated by Rust Recursive Tree Traversal](https://www.eventhelix.com/rust/rust-to-assembly-recursive-tree-fold/)
* [Typed IDs with SeaORM](https://klacan.sk/posts/typed-ids-with-sea-orm/)
* [Spawning Processes in Linux](https://maelstrom-software.com/blog/spawning-processes-on-linux/)
* [video] [Rust 2024 Project Goals Update & Rust 1.80.1](https://www.youtube.com/watch?v=DQ2XqNB-0Qg)
* [video] [Rio: Next generation terminal emulator written in Rust](https://www.youtube.com/watch?v=bxcYj78UNPU)
* [Spawning Processes in Linux](https://maelstrom-software.com/blog/spawning-processes-on-linux/)

### Rust Walkthroughs
* [Parsing arguments in Rust with no dependencies](https://ntietz.com/blog/parsing-arguments-rust-no-deps/)
* [Using portable SIMD in stable Rust](https://pythonspeed.com/articles/simd-stable-rust/)
* [Rust Syn Crate Tutorial: Automate Builder Patterns with Custom Macros](https://packetandpine.com/blog/rust-syn-crate-tutorial/)
* [The Embedded Rustacean Issue #32](https://www.theembeddedrustacean.com/p/the-embedded-rustacean-issue-32)
* [Tutorial: Implementing JSON parsing](https://blog.davimiku.com/tutorials/json-parsing-rust-1)
* [Impl Snake For Micro:bit - Embedded async Rust on BBC Micro:bit with Embassy](https://gitlab.com/cyril-marpaud/impl_snake_for_microbit/-/blob/main/README.md)

### Research

### Miscellaneous
* [October 2024 Rust Jobs Report](https://filtra.io/rust/jobs-report/oct-24)

Expand Down Expand Up @@ -437,7 +435,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412

-->

Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
Please see the latest [Who's Hiring thread on r/rust](https://www.reddit.com/r/rust/comments/1gf5ue1/official_rrust_whos_hiring_thread_for_jobseekers/)

# Quote of the Week

Expand Down
Loading