Iterator scan methods that don't suck.
The Iterator::scan
method that the Rust standard library provides are overcomplicated and inelegant. This crate aims to rectify this.
The usage of this crate is included in the documentation.
To use this crate with no_std
, simply disable the std
feature.
[dependencies.iter-scan]
version = "..."
default-features = false
features = []