.. /index

Itertools

2026-04-16//rustcrate

Itertools

itertools is the canonical extension trait crate for Rust's Iterator trait, providing methods like chunks, tuple_windows, interleave, join, and dozens more. It follows the extension trait convention (RFC 445): the Itertools trait is blanket-implemented for all Iterator types and re-exported via a prelude.

Linked from

Sources