[go: up one dir, main page]

futures-channel 0.3.9

Channels for asynchronous communication using futures-rs.
Documentation
[dependencies.futures-core]
default-features = false
version = "0.3.9"

[dependencies.futures-sink]
default-features = false
optional = true
version = "0.3.9"

[dev-dependencies]

[features]
alloc = ["futures-core/alloc"]
cfg-target-has-atomic = ["futures-core/cfg-target-has-atomic"]
default = ["std"]
sink = ["futures-sink"]
std = ["alloc", "futures-core/std"]
unstable = ["futures-core/unstable"]

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Channels for asynchronous communication using futures-rs.\n"
documentation = "https://docs.rs/futures-channel/0.3"
edition = "2018"
homepage = "https://rust-lang.github.io/futures-rs"
license = "MIT OR Apache-2.0"
name = "futures-channel"
repository = "https://github.com/rust-lang/futures-rs"
version = "0.3.9"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]