treemux 0.1.1

A high performance HTTP request router that scales well.
Documentation
[dependencies.anyhow]
version = "1"

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

[dependencies.matchit]
version = "0.2"

[dependencies.tokio]
version = "1"
[dev-dependencies.tokio]
features = ["full"]
version = "1"

[package]
authors = ["Ivan Porto Carrero <ivan@flanders.co.nz>"]
categories = ["web-programming::http-server", "network-programming", "algorithms"]
description = "A high performance HTTP request router that scales well."
edition = "2018"
keywords = ["hyper", "path", "tree", "radix", "router"]
license = "MIT"
name = "treemux"
readme = "README.md"
repository = "https://github.com/casualjim/rs-treemux/"
version = "0.1.1"