Ross ROSS = Recommend OSS · open-source software intelligence for agents

rust-itertools/itertools

Extra iterator adaptors, iterator methods, free functions, and macros. observed · 2026-08-28

github.com/rust-itertools/itertools · homepage · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 98
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4419
  • days_rel: n/a
  • days_push: 13
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3161 stars · 356 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Rust crate providing extra iterator adaptors, iterator methods, free functions, and macros via the Itertools trait. It extends Rust's standard Iterator with combinators like interleave, cartesian products, merging, grouping, and joining.

Use cases

  • interleave two iterators in Rust
  • compute cartesian product of iterators
  • group and chunk iterator elements
  • merge sorted iterators lazily
  • join iterator elements into a string
  • extend Rust iterators with extra combinators

When to choose

  • you need iterator combinators beyond the Rust standard library
  • you want a mature, zero-cost, widely-used utility crate (1.4B+ downloads)
  • you need no_std support with the use_alloc feature

When to avoid

  • your needs are fully covered by std Iterator methods
  • you want async or parallel iteration (use futures or rayon instead)

Facets

library · maturity stable

developer-tools developer-tools rust iterators iterators-adaptors no-std rust-crate functional-programming algorithms

10 sources

Member repositories

RepositoryRoleHealth v2
rust-itertools/itertoolsmain76

For agents

markdown · JSON · MCP: product_card(name="rust-itertools/itertools")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem