From 9a02bf11a0d0cf2e6160fb88b018674b78cdc537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Ma=C4=87kowski?= Date: Tue, 8 Jul 2025 19:47:20 +0200 Subject: [PATCH] Add "The journey towards the best error handling in Rust web frameworks" --- draft/2025-07-09-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-07-09-this-week-in-rust.md b/draft/2025-07-09-this-week-in-rust.md index 74d625e8e..b5c4303c5 100644 --- a/draft/2025-07-09-this-week-in-rust.md +++ b/draft/2025-07-09-this-week-in-rust.md @@ -41,6 +41,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates ### Observations/Thoughts +* [The journey towards the best error handling in Rust web frameworks](https://mackow.ski/blog/towards-rust-web-best-errors/) ### Rust Walkthroughs