Nice Tutorial on Rust Iterators

I am a Rust beginner. I've only completed the first three chapters of the Rust Book. In there, the book covered for loops in Chapter 3.6. That got me wondering about how to iterate with non-sequential numbers. I found this wonderful tutorial on Github posted by Rustomax. It covers a huge number of Rust iterators with descriptions even beginners like me can understand. I'm amazed how many iterators Rust has.

Perhaps this will help others. By the way, I'm loving the Rust language.

1 Like

Didn't you mean this?

Thank you. Yes. Original post edited.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.