ordered_iter

Crates.ioordered_iter
lib.rsordered_iter
version0.1.2
sourcesrc
created_at2015-03-16 04:58:03.640117
updated_at2020-05-21 13:18:10.36688
descriptionOrdered iterators.
homepagehttps://github.com/contain-rs/ordered_iter
repositoryhttps://github.com/contain-rs/ordered_iter
max_upload_size
id1588
size28,512
Owners (github:ixmilia:owners)

documentation

https://contain-rs.github.io/ordered_iter/ordered_iter

README

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;
Commit count: 21

cargo fmt