#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

#1474 in Rust patterns

26 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