From 30d268e3abae2a31f5726e2c8b6cbe8f2d654c6f Mon Sep 17 00:00:00 2001 From: Willem Vanhulle Date: Thu, 8 May 2025 17:58:17 +0200 Subject: [PATCH] Link blog post about functional asynchronous programming Rust --- draft/2025-05-14-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-05-14-this-week-in-rust.md b/draft/2025-05-14-this-week-in-rust.md index 68172f2cc..09d3c68f0 100644 --- a/draft/2025-05-14-this-week-in-rust.md +++ b/draft/2025-05-14-this-week-in-rust.md @@ -44,6 +44,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [Functional asynchronous Rust](https://willemvanhulle.tech/blog/func-async/) + ### Research ### Miscellaneous