iter_tools 0.50.0

Collection of general purpose tools to iterate. Currently it simply reexports itertools.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# tests/inc

Functional test modules for iter_tools crate.

## Responsibility Table

| File | Responsibility |
|------|----------------|
| `basic_test.rs` | Test multiunzip re-export functionality |
| `zip_test.rs` | Test zip re-export with all feature combinations |
| `mod.rs` | Aggregate test modules |