axum-handle-error-extract 0.1.0

Error handling layer for axum that supports extractors and async functions
Documentation
[dependencies.axum]
version = "0.3.2"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.tower]
features = ["util"]
version = "0.4"

[dependencies.tower-layer]
version = "0.3"

[dependencies.tower-service]
version = "0.3"

[dev-dependencies.tower]
features = ["util", "timeout"]
version = "0.4"

[package]
authors = ["David Pedersen <david.pdrsn@gmail.com>"]
categories = ["asynchronous", "network-programming", "web-programming"]
description = "Error handling layer for axum that supports extractors and async functions"
edition = "2018"
homepage = "https://github.com/tokio-rs/axum"
keywords = ["http", "web", "framework"]
license = "MIT"
name = "axum-handle-error-extract"
readme = "README.md"
repository = "https://github.com/tokio-rs/axum"
version = "0.1.0"