contain-rs / ordered_iter

Ordered iterators
https://contain-rs.github.io/ordered_iter/ordered_iter
Apache License 2.0
13 stars 4 forks source link

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:

[dependencies]
ordered_iter = "*"

and this to the crate root:

extern crate ordered_iter;