From d893e280b20389ed8d2c0d5d799a9799d691fcc8 Mon Sep 17 00:00:00 2001 From: 0xshadow Date: Tue, 7 Oct 2025 23:04:24 +0530 Subject: [PATCH] Update 2025-10-08-this-week-in-rust.md --- draft/2025-10-08-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-10-08-this-week-in-rust.md b/draft/2025-10-08-this-week-in-rust.md index f59f526cc..0c2941b0e 100644 --- a/draft/2025-10-08-this-week-in-rust.md +++ b/draft/2025-10-08-this-week-in-rust.md @@ -48,6 +48,8 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [Axum Backend Series: Email Verification After Registration](https://blog.0xshadow.dev/posts/backend-engineering-with-axum/axum-email-verification/) +* [Axum Backend Series: Implementing Password Reset](https://blog.0xshadow.dev/posts/backend-engineering-with-axum/axum-reset-password/) ### Research