async-iter-ext 0.2.0

Async iterator methods and async methods for option and result.
Documentation
[dependencies]

[dev-dependencies.async-std]
features = ["attributes"]
version = "1.13"

[dev-dependencies.rstest]
version = "0.25"

[lib]
bench = false
name = "async_iter_ext"
path = "src/lib.rs"
test = false

[package]
authors = ["csandven"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "Async iterator methods and async methods for option and result."
edition = "2024"
keywords = ["iterator", "async", "option", "result"]
license = "MIT OR Apache-2.0"
name = "async-iter-ext"
readme = "README.md"
repository = "https://github.com/csandven/async-iter-ext"
version = "0.2.0"

[[test]]
name = "iter_filter_async"
path = "tests/iter_filter_async.rs"

[[test]]
name = "iter_for_each_async"
path = "tests/iter_for_each_async.rs"

[[test]]
name = "iter_map_async"
path = "tests/iter_map_async.rs"

[[test]]
name = "option_async"
path = "tests/option_async.rs"

[[test]]
name = "process_results"
path = "tests/process_results.rs"

[[test]]
name = "result_async"
path = "tests/result_async.rs"