asynk-hyper 0.1.1

Hyper integration with asynk runtime
Documentation
[dependencies.asynk]
version = "0.1.2"

[dependencies.futures]
version = "0.3.30"

[dependencies.http-body-util]
version = "0.1.1"

[dependencies.hyper]
features = ["server", "http1", "http2"]
version = "1.2.0"

[[example]]
name = "http1"
path = "examples/http1.rs"

[lib]
name = "asynk_hyper"
path = "src/lib.rs"

[package]
authors = ["Bells307"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Hyper integration with asynk runtime"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "asynk-hyper"
readme = "README.md"
repository = "https://github.com/bells307/asynk-rt.git"
version = "0.1.1"