From fe3151536351b7beea3edde871196e9484a5ec40 Mon Sep 17 00:00:00 2001 From: Eric Fecteau <96687807+EricFecteau@users.noreply.github.com> Date: Sun, 26 Oct 2025 10:57:04 -0400 Subject: [PATCH] Add "data analysis in rust" to walkthroughs --- draft/2025-10-29-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-10-29-this-week-in-rust.md b/draft/2025-10-29-this-week-in-rust.md index 9f4ff0ab6..541a9f843 100644 --- a/draft/2025-10-29-this-week-in-rust.md +++ b/draft/2025-10-29-this-week-in-rust.md @@ -48,6 +48,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [Data Analysis in Rust](https://ericfecteau.ca/data/rust-data-analysis/index.html) ### Research