From 7c6148c61f6809107d34c28b9eb967d5c26be100 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Wed, 23 Oct 2024 12:22:59 -0400 Subject: [PATCH] link to Async Rust in Three Parts --- draft/2024-10-23-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2024-10-23-this-week-in-rust.md b/draft/2024-10-23-this-week-in-rust.md index 3734fc2ad..f5aee47f2 100644 --- a/draft/2024-10-23-this-week-in-rust.md +++ b/draft/2024-10-23-this-week-in-rust.md @@ -42,6 +42,7 @@ and just ask the editors to select the category. ### Rust Walkthroughs * [Demystifying Alignment and Memory Layout in Rust](https://garden.christophertee.dev/blogs/Memory-Alignment-and-Layout/Part-1) +* [Async Rust in Three Parts](https://jacko.io/async_intro.html) ### Research