From e232abb56e1d26cbeb034b7133ebb6c5e460d7d2 Mon Sep 17 00:00:00 2001 From: guilleme-90 Date: Wed, 19 Feb 2025 21:23:27 +0100 Subject: [PATCH] Add entry to "A length-indexed Vector in Rust" I stumbled on this post about a technique to construct a kind of vector whose size is a compile-time constant. --- draft/2025-02-19-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-02-19-this-week-in-rust.md b/draft/2025-02-19-this-week-in-rust.md index 3c82d8be3..0c10e4012 100644 --- a/draft/2025-02-19-this-week-in-rust.md +++ b/draft/2025-02-19-this-week-in-rust.md @@ -43,6 +43,7 @@ and just ask the editors to select the category. ### Rust Walkthroughs * [Rust in Audio: Collections](https://www.youtube.com/watch?v=wFiMtYtHss8&t=11s) +* [A length-indexed Vector in Rust](https://rvarago.github.io/a-length-indexed-vector-in-rust/) ### Research