#scan #iterator #traits

no-std iter-scan

Iterator scan methods that don't suck

5 releases (breaking)

0.4.0 Jan 2, 2025
0.3.0 Dec 31, 2024
0.2.0 Dec 18, 2022
0.1.0 Dec 18, 2022
0.0.0 Dec 18, 2022

#702 in Rust patterns

Download history 8/week @ 2024-12-04 17/week @ 2024-12-11 24/week @ 2024-12-25 283/week @ 2025-01-01 1/week @ 2025-01-08 24/week @ 2025-02-05 28/week @ 2025-02-12 23/week @ 2025-02-19 14/week @ 2025-02-26

89 downloads per month
Used in arch-pkg-text

MIT license

14KB
320 lines

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

Dependencies

~27KB