Crates.io | iter-scan |
lib.rs | iter-scan |
version | 0.2.0 |
source | src |
created_at | 2022-12-18 08:12:10.344169 |
updated_at | 2022-12-18 09:22:29.782976 |
description | Iterator scan methods that don't suck |
homepage | |
repository | https://github.com/KSXGitHub/iter-scan.git |
max_upload_size | |
id | 740276 |
size | 8,686 |
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.
no_std
To use this crate with no_std
, simply disable the std
feature.
[dependencies.iter-scan]
version = "..."
default-features = false
features = []