holen-http2 0.1.0

Holen is an Async Web Server written in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[package]
authors = ["by23 <opensource@by23.org>"]
categories = ["network-programming"]
description = """
Holen is an Async Web Server written in Rust.
"""
documentation = "https://docs.rs/holen-http2/0.1.0"
edition = "2018"
exclude = ["CHANGELOG.md"]
homepage = "https://github.com/by23/holen"
keywords = ["async", "http", "web"]
license = "MIT OR Apache-2.0"
name = "holen-http2"
readme = "README.md"
repository = "https://github.com/by23/holen"
version = "0.1.0"