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`.

```toml
iterator-ext = "0.1"
```

Import the extension trait to your code.

```rust
use iterator_ext::IteratorExt;
```

## License

MIT license. See [LICENSE.txt](LICENSE.txt) file.