Crates.io | ordered_iter |
lib.rs | ordered_iter |
version | 0.1.2 |
source | src |
created_at | 2015-03-16 04:58:03.640117 |
updated_at | 2020-05-21 13:18:10.36688 |
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;