Cranston's Life - Rust and More Rust

Gaining Knowledge About Rust Iterators!

Iteration is a very IMPORTANT topic.

The Fallible Iterator Adapters article by Yoshua Wuyts gives us some things about iterators to THINK about.

It gives consideration and INSIGHT about the various adaptors that std::iter::Iterator provides.

I must STUDY this more, because Rust iterators are something I should know so much more about.