From e0ec20d08df6910ccee3416801d05d282d3b6ab5 Mon Sep 17 00:00:00 2001 From: Nazmul Idris Date: Sat, 31 May 2025 08:58:55 -0500 Subject: [PATCH] Add video to Rust walkthroughs on nom Input impl --- draft/2025-06-04-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-06-04-this-week-in-rust.md b/draft/2025-06-04-this-week-in-rust.md index 8cf57135c..e1087dc10 100644 --- a/draft/2025-06-04-this-week-in-rust.md +++ b/draft/2025-06-04-this-week-in-rust.md @@ -44,6 +44,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [video] [Build with Naz : Parse non-slice input with nom](https://www.youtube.com/watch?v=3IzAweJGdZU) + ### Research ### Miscellaneous