micro_http_async 0.0.3

A small, lightweight crate using async to serve web pages or webapis with high performance and low overhead.
Documentation
[dependencies.tokio]
features = ["full"]
version = "1.1.1"

[package]
authors = ["Dimitri Bobkov <bobkov.dimitri@gmail.com>"]
description = "A small, lightweight crate using async to serve web pages or webapis with high performance and low overhead."
documentation = "https://docs.rs/micro_http_async"
edition = "2018"
keywords = ["async", "http", "performance", "small"]
license = "MIT"
name = "micro_http_async"
readme = "README.md"
repository = "https://github.com/dimitribobkov/micro-http-async"
version = "0.0.3"