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 11 of 14

0.4.3

- Write `iproduct!()` as a single expression; this allows temporary values in its arguments.

0.4.2

- Add `.fold_options()`
- Require Rust 1.1 or later

0.4.1

- Update `.dropping()` to take advantage of `.nth()`

0.4.0

- `.merge()`, `.unique()` and `.dedup()` now perform better due to not using function pointers
- Add free functions `enumerate()` and `rev()`
- Breaking changes:
- Return types of `.merge()` and `.merge_by()` renamed and changed
- Method `Merge::new` removed
- `.merge_by()` now takes a closure that returns bool.
- Return type of `.dedup()` changed
- Return type of `.mend_slices()` changed
- Return type of `.unique()` changed
- Removed function `times()`, struct `Times`: use a range instead
- Removed deprecated macro `icompr!()`
- Removed deprecated `FnMap` and method `.fn_map()`: use `.map_fn()`
- `.interleave_shortest()` is no longer guaranteed to act like fused

0.3.25

- Rename `.sort_by()` to `.sorted_by()`. Old name is deprecated.
- Fix well-formedness warnings from RFC 1214, no user visible impact

0.3.24

- Improve performance of `.merge()`'s ordering function slightly

Page 11 of 14

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.