From 16ebeac754cb46df41912c3b39b31804b4f868fc Mon Sep 17 00:00:00 2001 From: Nazmul Idris Date: Mon, 12 May 2025 13:32:14 -0500 Subject: [PATCH] Add video to Rust walkthroughs on spinner animation, lock contention, CLI and TUI --- 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..3d1489acb 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 +* [video] [Build with Naz : Spinner animation, lock contention, Ctrl+C handling for TUI and CLI](https://www.youtube.com/watch?v=iIMYzczF11c) + ### Research ### Miscellaneous