iterator-ext

An extension to Rust's Iterator.

Usage

Add this crate to your Cargo.toml.

toml iterator-ext = "0.1"

Import the extension trait to your code.

rust use iterator_ext::IteratorExt;

License

MIT license. See LICENSE.txt file.