iter-scan 0.3.0

Iterator scan methods that don't suck
Documentation
[dependencies.replace_with]
default-features = false
features = []
version = "0.1.7"

[features]
default = ["std"]
std = ["replace_with/std"]

[lib]
name = "iter_scan"
path = "lib.rs"

[package]
authors = ["khai96_ <hvksmr1996@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "rust-patterns"]
description = "Iterator scan methods that don't suck"
documentation = "https://docs.rs/iter-scan"
edition = "2021"
include = ["lib.rs", "/Cargo.toml", "/README.md", "/LICENSE.md"]
keywords = ["scan", "trait", "iterator"]
license = "MIT"
name = "iter-scan"
readme = "README.md"
repository = "https://github.com/KSXGitHub/iter-scan.git"
version = "0.3.0"