Rust-itertools

Latest version: v0.0.1

Safety actively analyzes 723625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 14

0.7.2

- Add new adaptor `.merge_join_by` by srijs; a heterogeneous merge join for two ordered sequences.

0.7.1

- Iterator adaptors and iterators in itertools now use the same `must_use` reminder that the standard library adaptors do, by matematikaedit and bluss *“iterator adaptors are lazy and do nothing unless consumed”*.

0.7.0

- Faster `izip!()` by krdln
- `izip!()` is now a wrapper for repeated regular `.zip()` and a single `.map()`. This means it optimizes as well as the standard library `.zip()` it uses. **Note:** `multizip` and `izip!()` are now different! The former has a named type but the latter optimizes better.
- Faster `.unique()`
- `no_std` support, which is opt-in!
- Many lovable features are still there without std, like `izip!()` or `.format()` or `.merge()`, but not those that use collections.
- Trait bounds were required up front instead of just on the type: `group_by`'s `PartialEq` by Phlosioneer and `repeat_call`'s `FnMut`.
- Removed deprecated constructor `Zip::new` — use `izip!()` or `multizip()`

0.6.5

- Fix bug in `.cartesian_product()`'s fold (which only was visible for unfused iterators).

0.6.4

- Add specific `fold` implementations for `.cartesian_product()` and `cons_tuples()`, which improves their performance in fold, foreach, and iterator consumers derived from them.

0.6.3

- Add iterator adaptor `.positions(predicate)` by tmccombs

Page 5 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.