try_stream-transpose 0.3.0

Turn a stream of results into a stream of OKs without consuming the stream
Documentation
[package]
name = "try_stream-transpose"
version = "0.3.0"
edition = "2024"
description = "Turn a stream of results into a stream of OKs without consuming the stream"
repository = "https://codeberg.org/der-scheme/try_stream-transpose"
license = "EUPL-1.2"
categories = ["asynchronous"]

[dependencies.futures-channel]
version = "0.3.33"
features = ["sink"]

[dependencies.futures-util]
version = "0.3.32"
default-features = false
features = ["sink"]

[dependencies.tokio]
version = "1.52.2"
default-features = false
features = ["rt"]

[dependencies.tokio-stream]
version = "0.1.18"
default-features = false

[dev-dependencies]
thiserror = "2.0.18"

[dev-dependencies.tokio]
version = "1.52.2"
default-features = false
features = ["macros", "rt", "rt-multi-thread"]