ordered_iter 0.1.2

Ordered iterators.
Documentation
Ordered iterators.

Documentation is available at https://contain-rs.github.io/ordered_iter/ordered_iter.

To use `ordered_iter` with Cargo, add this to `Cargo.toml`:

```toml
[dependencies]
ordered_iter = "*"
```

and this to the crate root:

```rust
extern crate ordered_iter;
```