incoming 0.1.1

Trait for taking ownership of a stream of incoming connections
Documentation
[dependencies.futures-util]
version = "0.3"

[dependencies.tokio]
features = ["tcp", "uds", "io-util"]
version = "0.2"
[dev-dependencies.tokio]
features = ["tcp", "uds", "io-util", "rt-core"]
version = "0.2"

[package]
authors = ["Akshay Narayan <akshayn@mit.edu>"]
description = "Trait for taking ownership of a stream of incoming connections"
edition = "2018"
license = "ISC"
name = "incoming"
readme = "./README.md"
repository = "https://github.com/akshayknarayan/incoming"
version = "0.1.1"