join_me_maybe 0.2.0

halfway between `join!` and `select!`
Documentation
[dependencies.futures]
default-features = false
version = "0.3.31"

[dependencies.join_me_maybe_impl]
version = "0.2"

[dependencies.pin-project-lite]
version = "0.2.16"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.tokio]
features = ["full"]
version = "1.48.0"

[dev-dependencies.tokio-stream]
version = "0.1.17"

[dev-dependencies.trybuild]
version = "1.0.114"

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

[package]
authors = ["Jack O'Connor <oconnor663@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "halfway between `join!` and `select!`"
documentation = "https://docs.rs/join_me_maybe"
edition = "2024"
license = "Apache-2.0 OR MIT"
name = "join_me_maybe"
readme = "README.md"
repository = "https://github.com/oconnor663/join_me_maybe"
version = "0.2.0"

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

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

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