iter-scan

Crates.ioiter-scan
lib.rsiter-scan
version0.4.0
created_at2022-12-18 08:12:10.344169+00
updated_at2025-01-02 10:54:28.510644+00
descriptionIterator scan methods that don't suck
homepage
repositoryhttps://github.com/KSXGitHub/iter-scan.git
max_upload_size
id740276
size19,938
Khải (KSXGitHub)

documentation

https://docs.rs/iter-scan

README

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.

no_std

To use this crate with no_std, simply disable the std feature.

[dependencies.iter-scan]
version = "..."
default-features = false
features = []

License

MIT © Hoàng Văn Khải

Commit count: 0

cargo fmt