#iterator #utility #advance #stepping #counting-advance

advance-iter

A small crate to help with "stepping through" iterators

1 unstable release

0.1.0 Jan 29, 2025

#1389 in Rust patterns

Download history 94/week @ 2025-01-24 51/week @ 2025-01-31 4/week @ 2025-02-07

149 downloads per month

WTFPL license

4KB
59 lines

A small crate to help with "stepping through" iterators.


lib.rs:

This crate provides two structs, Advance and CountingAdvance, to help with consuming iterators one step at a time. Refer to their respective documentation for more information.

No runtime deps