tower-load-shed 0.3.0

Immediately reject requests if the inner service is not ready. This is also known as load-shedding.
Documentation
[dependencies.futures-core]
default-features = false
version = "0.3"

[dependencies.pin-project]
version = "0.4"

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

[dependencies.tower-service]
version = "0.3"
[dev-dependencies.tokio]
features = ["macros"]
version = "0.2"

[dev-dependencies.tokio-test]
version = "0.2"

[dev-dependencies.tower-test]
version = "0.3"

[package]
authors = ["Tower Maintainers <team@tower-rs.com>"]
categories = ["asynchronous", "network-programming"]
description = "Immediately reject requests if the inner service is not ready. This is also\nknown as load-shedding.\n"
documentation = "https://docs.rs/tower-load-shed/0.3.0"
edition = "2018"
homepage = "https://github.com/tower-rs/tower"
license = "MIT"
name = "tower-load-shed"
readme = "README.md"
repository = "https://github.com/tower-rs/tower"
version = "0.3.0"