Ordered iterators.

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

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;