| Crates.io | iter_help |
| lib.rs | iter_help |
| version | 0.1.2 |
| created_at | 2025-01-29 02:17:12.907462+00 |
| updated_at | 2025-04-01 01:44:48.788397+00 |
| description | This library provides helpful tools for iterating over collections of data. |
| homepage | |
| repository | https://github.com/AustinHellerRepo/iter_help |
| max_upload_size | |
| id | 1534309 |
| size | 24,512 |
This library provides helpful structures, traits, and functionality for iterators with the goal of encapsulating complex concepts and making iterating over multiple iterators efficient.
Visual:
list 1 list 2
A -> B
|
V
E <- C
| |
| V
-- D
So long as they are both sorted the resulting list will be in order. You can also do this for many different lists as a tuple of lists.
TODO create code example