An extension to Rust's Iterator.
Iterator
Add this crate to your Cargo.toml.
Cargo.toml
toml iterator-ext = "0.1"
Import the extension trait to your code.
rust use iterator_ext::IteratorExt;
MIT license. See LICENSE.txt file.