Thanks to visit codestin.com
Credit goes to lib.rs

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

#1858 in Algorithms

Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App

446 downloads per month
Used in 6 crates (4 directly)

MIT/Apache

32KB
659 lines

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.


Crates.io Docs.rs

iter-set

Set operations on sorted, deduplicated iterators.

No runtime deps