iterator-ext 0.1.0

An extension to Rust's Iterator
Documentation

iterator-ext

An extension to Rust's Iterator.

Usage

Add this crate to your Cargo.toml.

iterator-ext = "0.1"

Import the extension trait to your code.

use iterator_ext::IteratorExt;

License

MIT license. See LICENSE.txt file.