From 38af4e9ec0faac606821c317b1417651bb484bd4 Mon Sep 17 00:00:00 2001 From: Ludwig Stecher Date: Tue, 16 Sep 2025 22:18:17 +0200 Subject: [PATCH] add Rust Iterator overview --- draft/2025-09-17-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-09-17-this-week-in-rust.md b/draft/2025-09-17-this-week-in-rust.md index 83c5307dd..f98c52120 100644 --- a/draft/2025-09-17-this-week-in-rust.md +++ b/draft/2025-09-17-this-week-in-rust.md @@ -63,6 +63,7 @@ and just ask the editors to select the category. ### Miscellaneous * [August 2025 Rust Jobs Report](https://filtra.io/rust/jobs-report/aug-25) +* [Rust Iterator overview](https://iterators.aloso.foo/) ## Crate of the Week