From 2cc8dcd01966890640c4d62a6c5d8458989480f7 Mon Sep 17 00:00:00 2001 From: Bob Peters Date: Fri, 14 Feb 2025 11:43:07 +0100 Subject: [PATCH] Adding Rust Trends newsletter edition 59 and blog articles --- draft/2025-02-19-this-week-in-rust.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/draft/2025-02-19-this-week-in-rust.md b/draft/2025-02-19-this-week-in-rust.md index 3c82d8be3..9ac826c96 100644 --- a/draft/2025-02-19-this-week-in-rust.md +++ b/draft/2025-02-19-this-week-in-rust.md @@ -34,6 +34,7 @@ and just ask the editors to select the category. ### Foundation ### Newsletters +* [Rust Trends Issue #59](https://rust-trends.com/newsletter/rust-for-scientists-async-closures-if-let-chains/) ### Project/Tooling Updates @@ -47,6 +48,8 @@ and just ask the editors to select the category. ### Research ### Miscellaneous +* [Rust’s Async Closures: A New Way to Handle Asynchronous Logic.](https://rust-trends.com/posts/rust-s-async-closures/) +* [Rust’s if/let While Chains: Cleaner Control Flow is Coming!.](https://rust-trends.com/posts/rust-s-if-let-while-chains/) ## Crate of the Week