usher 0.2.0

Parameterized routing for generic resources in Rust
Documentation
[[example]]
name = "web-basic"
required-features = ["web"]

[[example]]
name = "web-hyper-async"
required-features = ["web"]

[[example]]
name = "web-hyper-sync"
required-features = ["web"]
[badges.travis-ci]
repository = "whitfin/usher"
[dependencies.http]
optional = true
version = "0.2"
[dev-dependencies.futures]
version = "0.1"

[dev-dependencies.hyper]
version = "0.12"

[features]
default = []
web = ["http"]

[package]
authors = ["Isaac Whitfield <iw@whitfin.io>"]
categories = ["algorithms", "data-structures", "web-programming"]
description = "Parameterized routing for generic resources in Rust"
edition = "2018"
keywords = ["data-structures", "http", "io", "tree", "web-services"]
license = "MIT"
name = "usher"
readme = "README.md"
repository = "https://github.com/whitfin/usher"
version = "0.2.0"