From ddd40337f34d1bd9681ba216805857cfeac859f8 Mon Sep 17 00:00:00 2001 From: Ugur Arikan Date: Fri, 4 Oct 2024 15:32:27 +0200 Subject: [PATCH] rust walkthroughs - Index Trait, Pinned Elements and Immutable Push Vector --- draft/2024-10-09-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-10-09-this-week-in-rust.md b/draft/2024-10-09-this-week-in-rust.md index faae64292..53522b63f 100644 --- a/draft/2024-10-09-this-week-in-rust.md +++ b/draft/2024-10-09-this-week-in-rust.md @@ -41,6 +41,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [Index Trait, Pinned Elements and Immutable Push Vector](https://orxfun.github.io/orxfun-notes/#/imp-vec-motivation-2024-10-03) + ### Research ### Miscellaneous