Crate iter_scan

source ·
Expand description

iter-scan

Iterator scan methods that don’t suck.

Motives

The Iterator::scan method that the Rust standard library provides are overcomplicated and inelegant. This crate aims to rectify this.

Usage

The usage of this crate is included in the documentation.

License

MIT © Hoàng Văn Khải

Structs

An iterator to maintain state while iterator over another iterator.

Traits

Iterator scan methods that don’t suck.