From 0866a2bf50e6dfcce4403381145aa93e487ed7a5 Mon Sep 17 00:00:00 2001 From: veeso Date: Mon, 28 Oct 2024 17:57:11 +0100 Subject: [PATCH] article: Dyn Box Vs. Generics --- draft/2024-10-30-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-10-30-this-week-in-rust.md b/draft/2024-10-30-this-week-in-rust.md index a9a4e1fc6..d5058f843 100644 --- a/draft/2024-10-30-this-week-in-rust.md +++ b/draft/2024-10-30-this-week-in-rust.md @@ -39,6 +39,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [Dyn Box Vs. Generics](https://blog.veeso.dev/blog/en/dyn-box-vs-generics-in-rust/): What is the best approach for achieving conditional generics in Rust? + ### Rust Walkthroughs ### Research