futures-sink-preview 0.2.2

The asynchronous `Sink` trait for the futures-rs library.
Documentation
[dependencies.either]
default-features = false
optional = true
version = "1.4"

[dependencies.futures-channel-preview]
default-features = false
version = "0.2.2"

[dependencies.futures-core-preview]
default-features = false
version = "0.2.2"

[features]
default = ["std"]
std = ["either/use_std", "futures-core-preview/std", "futures-channel-preview/std"]

[lib]
name = "futures_sink"

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = """
The asynchronous `Sink` trait for the futures-rs library.
"""
documentation = "https://docs.rs/futures-core"
homepage = "https://github.com/rust-lang-nursery/futures-rs"
license = "MIT/Apache-2.0"
name = "futures-sink-preview"
repository = "https://github.com/rust-lang-nursery/futures-rs"
version = "0.2.2"