4 releases
Uses old Rust 2015
0.1.2 | May 21, 2020 |
---|---|
0.1.1 | May 11, 2018 |
0.1.0 | Aug 21, 2015 |
0.0.1 | Mar 16, 2015 |
#1430 in Rust patterns
23,243 downloads per month
Used in 11 crates
(6 directly)
17KB
369 lines
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;
lib.rs
:
Ordered iterators.
Dependencies
~195KB