From 47d159a44a8ca25f53fa0ea372ca516e634d5ddc Mon Sep 17 00:00:00 2001 From: Cuong Le Date: Mon, 29 Sep 2025 23:01:35 +0700 Subject: [PATCH] Add blog post about Pattern Matching --- draft/2025-10-01-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-10-01-this-week-in-rust.md b/draft/2025-10-01-this-week-in-rust.md index ab5966c46..ae5d63c4d 100644 --- a/draft/2025-10-01-this-week-in-rust.md +++ b/draft/2025-10-01-this-week-in-rust.md @@ -48,6 +48,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [Level Up your Rust pattern matching](https://blog.cuongle.dev/p/level-up-your-rust-pattern-matching) ### Research