| Crates.io | iter-scan |
| lib.rs | iter-scan |
| version | 0.4.0 |
| created_at | 2022-12-18 08:12:10.344169+00 |
| updated_at | 2025-01-02 10:54:28.510644+00 |
| description | Iterator scan methods that don't suck |
| homepage | |
| repository | https://github.com/KSXGitHub/iter-scan.git |
| max_upload_size | |
| id | 740276 |
| size | 19,938 |
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_stdTo use this crate with no_std, simply disable the std feature.
[dependencies.iter-scan]
version = "..."
default-features = false
features = []