From 505f13ff4e6eb573d3bd220f036b10dd31b30d5c Mon Sep 17 00:00:00 2001 From: veeso Date: Fri, 14 Mar 2025 15:25:15 +0100 Subject: [PATCH] Extending Future in Rust --- draft/2025-03-19-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-03-19-this-week-in-rust.md b/draft/2025-03-19-this-week-in-rust.md index 2ebed5f52..a92b612d7 100644 --- a/draft/2025-03-19-this-week-in-rust.md +++ b/draft/2025-03-19-this-week-in-rust.md @@ -39,6 +39,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [Extending Future In Rust](https://blog.veeso.dev/blog/en/extending-future-in-rust/) + ### Rust Walkthroughs ### Research