app_route 0.3.0

Treat application routes (URL path + query string) as strongly-typed Rust structs
Documentation
[[bench]]
harness = false
name = "benchmark"

[dependencies.app_route_derive]
version = "0.3.0"

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.regex]
version = "1.1.6"

[dependencies.serde_qs]
version = "0.4.5"

[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[package]
authors = ["Brian Schwind <brianmschwind@gmail.com>"]
description = "Treat application routes (URL path + query string) as strongly-typed Rust structs"
edition = "2018"
license = "MIT"
name = "app_route"
readme = "README.md"
repository = "https://github.com/bschwind/app-route"
version = "0.3.0"