unipipe 0.2.8

A simple Rust pipe abstraction that extends to iterator and stream.
Documentation
[dependencies.async-stream]
version = "0.3"

[dependencies.futures]
version = "0.3"

[dependencies.unipipe-macros]
version = "0.2.8"

[lib]
name = "unipipe"
path = "src/lib.rs"

[lints.clippy]
collapsible_else_if = "allow"
too_many_arguments = "allow"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple Rust pipe abstraction that extends to iterator and stream."
documentation = "https://docs.rs/unipipe"
edition = "2024"
keywords = ["pipe", "iterator", "stream"]
license = "MIT"
name = "unipipe"
readme = "README.md"
repository = "https://github.com/vilicvane/unipipe"
version = "0.2.8"