fastsink 0.1.2

Create a Sink from some value and a closure returning a Future.
Documentation
[dependencies.futures-core]
version = "0.3.1"

[dependencies.futures-sink]
version = "0.3.1"

[dependencies.pin-project-lite]
version = "0.1.1"
[dev-dependencies.async-std]
version = "1"

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

[package]
authors = ["Parity Technologies <admin@parity.io>"]
categories = ["asynchronous"]
description = "Create a Sink from some value and a closure returning a Future."
documentation = "https://docs.rs/fastsink"
edition = "2018"
homepage = "https://github.com/tetcoin/fastsink"
keywords = ["async", "futures", "sink"]
license = "Apache-2.0 OR MIT"
name = "fastsink"
readme = "README.md"
repository = "https://github.com/tetcoin/fastsink"
version = "0.1.2"