From 7aa82178d38d5ed73f5b76370935accf37419baa Mon Sep 17 00:00:00 2001 From: Weipin Xia Date: Sat, 25 Jan 2025 16:41:11 +0800 Subject: [PATCH 1/2] =?UTF-8?q?Add=20=E2=80=9CHello=20async=20Rust?= =?UTF-8?q?=E2=80=9D=20a=20basic=20tutorial?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- draft/2025-01-29-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-01-29-this-week-in-rust.md b/draft/2025-01-29-this-week-in-rust.md index 2da2d19f5..c56139171 100644 --- a/draft/2025-01-29-this-week-in-rust.md +++ b/draft/2025-01-29-this-week-in-rust.md @@ -41,6 +41,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [Hello async Rust](http://github.com/weipin/hello-async-rust) + ### Research ### Miscellaneous From 468706cc8d9c1c6d154ce2d3eeb7161540b708d4 Mon Sep 17 00:00:00 2001 From: Nell Shamrell-Harrington Date: Wed, 29 Jan 2025 17:46:24 -0800 Subject: [PATCH 2/2] Update link for "Hello async Rust" --- draft/2025-01-29-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-01-29-this-week-in-rust.md b/draft/2025-01-29-this-week-in-rust.md index c56139171..e8120db6c 100644 --- a/draft/2025-01-29-this-week-in-rust.md +++ b/draft/2025-01-29-this-week-in-rust.md @@ -41,7 +41,7 @@ and just ask the editors to select the category. ### Rust Walkthroughs -* [Hello async Rust](http://github.com/weipin/hello-async-rust) +* [Hello async Rust](https://weipin.github.io/hello-async-rust/index.html) ### Research