[go: up one dir, main page]

futures-channel 0.2.1

Channels for asynchronous communication using futures-rs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "futures-channel"
version = "0.2.1"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang-nursery/futures-rs"
homepage = "https://github.com/rust-lang-nursery/futures-rs"
documentation = "https://docs.rs/futures-core"
description = """
Channels for asynchronous communication using futures-rs.
"""

[features]
std = ["futures-core/std"]
default = ["std"]

[dependencies]
futures-core = { path = "../futures-core", version = "0.2.1", default-features = false }