sender-sink 0.2.0

Utility classes for working with tokio UnboundedSender and the Sink trait.
Documentation
[dependencies.futures]
default-features = false
features = ["std"]
version = "0.3"

[dependencies.tokio]
features = ["sync"]
version = "1"
[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1"

[package]
authors = ["Toby Grasl <herblet@knowledge42.com>"]
description = "Utility classes for working with tokio UnboundedSender and the Sink trait."
edition = "2018"
homepage = "https://github.com/herblet/sender-sink"
license = "MIT"
name = "sender-sink"
repository = "https://github.com/herblet/sender-sink"
version = "0.2.0"