Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewhickman/iter-set
Set operations on sorted, deduplicated iterators.
https://github.com/andrewhickman/iter-set
Last synced: 22 days ago
JSON representation
Set operations on sorted, deduplicated iterators.
- Host: GitHub
- URL: https://github.com/andrewhickman/iter-set
- Owner: andrewhickman
- License: apache-2.0
- Created: 2018-10-07T15:59:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-08T20:28:28.000Z (about 3 years ago)
- Last Synced: 2024-11-19T23:29:06.769Z (about 2 months ago)
- Language: Rust
- Size: 39.1 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
[![Crates.io][ci]][cl] [![Docs.rs][di]][dl]
[ci]: https://img.shields.io/crates/v/iter-set.svg
[cl]: https://crates.io/crates/iter-set/[di]: https://docs.rs/iter-set/badge.svg
[dl]: https://docs.rs/iter-set/# iter-set
Set operations on sorted, deduplicated iterators.