async-tls-acceptor 0.1.0

a trait for tls acceptors
Documentation
[package]
name = "async-tls-acceptor"
version = "0.1.0"
authors = ["Jacob Rothstein <hi@jbr.me>"]
edition = "2018"
description = "a trait for tls acceptors"
license = "MIT OR Apache-2.0"
repository = "https://github.com/trillium-rs/async-tls-acceptor"
readme = "README.md"
keywords = ["tls", "async"]
categories = ["web-programming::http-server", "web-programming"]

[dependencies]
async-trait = "0.1.42"
futures-io = "0.3.14"