One of my favorite features of Rust is iterators. They are a fast, safe, 'lazy' way of working with data structures, streams, and other more creative applications. You can play along on http://play.rust-lang.org/ and by browsing here. This article is not a subtitute for the documentation or experience.