From 9bdbaa7d2ccb9d3a5187a638dabccbe180a41413 Mon Sep 17 00:00:00 2001 From: Nazmul Idris Date: Mon, 13 Oct 2025 18:48:22 -0500 Subject: [PATCH] add to rust walkthroughs - Video on Rust type system design to remove off by one errors Added a video link about eliminating off by one errors using Rust's type system. --- draft/2025-10-15-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-10-15-this-week-in-rust.md b/draft/2025-10-15-this-week-in-rust.md index 806911e44..8de239d7b 100644 --- a/draft/2025-10-15-this-week-in-rust.md +++ b/draft/2025-10-15-this-week-in-rust.md @@ -49,6 +49,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [video] [Build with Naz : Eliminate off by one errors with Rust type system design](https://www.youtube.com/watch?v=IkCUhGAyS9U) + ### Research ### Miscellaneous