From f042d4012211935cc0504ea70ee57e4ab53d54c8 Mon Sep 17 00:00:00 2001 From: Michael Mauderer Date: Mon, 6 Oct 2025 12:13:00 +0100 Subject: [PATCH] Add to rust walkthroughs - Generic Numeric Computations in Rust --- draft/2025-10-08-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-10-08-this-week-in-rust.md b/draft/2025-10-08-this-week-in-rust.md index f59f526cc..358c5d74a 100644 --- a/draft/2025-10-08-this-week-in-rust.md +++ b/draft/2025-10-08-this-week-in-rust.md @@ -48,6 +48,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [Generic Numeric Computations in Rust ](https://michaelmauderer.com/blog/generic-numeric-computations/) ### Research