routerify 2.0.0

A lightweight, idiomatic, composable and modular router implementation with middleware support for the Rust HTTP library hyper.rs.
Documentation
[dependencies.http]
version = "0.2"

[dependencies.hyper]
default-features = false
features = ["full"]
version = "0.14"

[dependencies.lazy_static]
version = "1"

[dependencies.percent-encoding]
version = "2"

[dependencies.regex]
version = "1"
[dev-dependencies.aws_lambda_events]
version = "0.4.0"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.lambda_http]
package = "netlify_lambda_http"
version = "0.2.0"

[dev-dependencies.slog]
version = "2"

[dev-dependencies.sloggers]
version = "1.0"

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

[dev-dependencies.url]
version = "2"

[features]
all = []
default = []

[package]
authors = ["Rousan Ali <hello@rousan.io>"]
categories = ["asynchronous", "web-programming", "web-programming::http-server"]
description = "A lightweight, idiomatic, composable and modular router implementation with middleware support for the Rust HTTP library hyper.rs."
edition = "2018"
homepage = "https://github.com/routerify/routerify"
keywords = ["hyper", "hyper-rs", "router", "routing", "middleware"]
license = "MIT"
name = "routerify"
readme = "README.md"
repository = "https://github.com/routerify/routerify"
version = "2.0.0"
[package.metadata.docs.rs]
all-features = true

[package.metadata.playground]
features = ["all"]