From 277e5162facb26751a7de29e7407c2a6dc16be8f Mon Sep 17 00:00:00 2001 From: Ugur Arikan Date: Mon, 9 Dec 2024 10:18:25 +0100 Subject: [PATCH] Update 2024-12-11-this-week-in-rust.md An article that discusses the iterable traits and how to introduce them almost effortlessly thanks to rust's powerful type system. https://orxfun.github.io/orxfun-notes/#/missing-iterable-traits-2024-12-13 --- draft/2024-12-11-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-12-11-this-week-in-rust.md b/draft/2024-12-11-this-week-in-rust.md index 7d09095cd..9c1136b7b 100644 --- a/draft/2024-12-11-this-week-in-rust.md +++ b/draft/2024-12-11-this-week-in-rust.md @@ -41,6 +41,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [Missing iterable traits and how to introduce them effortlessly](https://orxfun.github.io/orxfun-notes/#/missing-iterable-traits-2024-12-13) + ### Research ### Miscellaneous