| Crates.io | ordered_iter |
| lib.rs | ordered_iter |
| version | 0.1.2 |
| created_at | 2015-03-16 04:58:03.640117+00 |
| updated_at | 2020-05-21 13:18:10.36688+00 |
| description | Ordered iterators. |
| homepage | https://github.com/contain-rs/ordered_iter |
| repository | https://github.com/contain-rs/ordered_iter |
| max_upload_size | |
| id | 1588 |
| size | 28,512 |
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;