10 releases (stable)
Uses old Rust 2015
2.0.2 | Nov 8, 2021 |
---|---|
2.0.1 | Nov 19, 2020 |
2.0.0 | Feb 8, 2020 |
1.0.3 | Nov 20, 2019 |
0.1.1 | Oct 7, 2018 |
#945 in Algorithms
213 downloads per month
Used in 6 crates
(4 directly)
32KB
659 lines
iter-set
Set operations on sorted, deduplicated iterators.
lib.rs
:
This crate provides set operations on sorted, deduplicated iterators. Unless otherwise specified, all iterator parameters in this crate should yield elements in ascending order with consecutive repeated elements removed. If this is upheld, then all iterators returned by this crate will share those properties.