From f018329789e13cbe21048ff9f9181a86dcd0361d Mon Sep 17 00:00:00 2001 From: David Mytton Date: Wed, 20 Nov 2024 12:28:43 +0000 Subject: [PATCH] Added Building an email address parser in Rust with nom --- draft/2024-11-20-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-11-20-this-week-in-rust.md b/draft/2024-11-20-this-week-in-rust.md index a4152b33c..af329237c 100644 --- a/draft/2024-11-20-this-week-in-rust.md +++ b/draft/2024-11-20-this-week-in-rust.md @@ -41,6 +41,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [Building an email address parser in Rust with nom](https://blog.arcjet.com/building-an-email-address-parser-in-rust-with-nom/) + ### Research ### Miscellaneous