From 6b1ee77430f8349b2d80e489223d57b4f5e90301 Mon Sep 17 00:00:00 2001 From: chesedo Date: Thu, 26 Sep 2024 10:30:09 +0200 Subject: [PATCH] Mastering Dependency Injection in Rust: Despatma with Lifetimes --- draft/2024-10-02-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2024-10-02-this-week-in-rust.md b/draft/2024-10-02-this-week-in-rust.md index 65f0a8787..16a2c6f5c 100644 --- a/draft/2024-10-02-this-week-in-rust.md +++ b/draft/2024-10-02-this-week-in-rust.md @@ -40,6 +40,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [Series] [Mastering Dependency Injection in Rust: Despatma with Lifetimes](https://chesedo.me/blog/despatma-with-singleton-and-scoped-support/) ### Research