Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
tower-0.5.2
tower 0.5.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
seanmonstar
carllerche
github:tower-rs:publish
Dependencies
futures-core ^0.3.22
normal
optional
futures-util ^0.3.22
normal
optional
hdrhistogram ^7.0
normal
optional
indexmap ^2.0.2
normal
optional
pin-project-lite ^0.2.7
normal
optional
slab ^0.4
normal
optional
sync_wrapper ^1
normal
optional
tokio ^1.6.2
normal
optional
tokio-stream ^0.1.0
normal
optional
tokio-util ^0.7.0
normal
optional
tower-layer ^0.3.3
normal
tower-service ^0.3.3
normal
tracing ^0.1.2
normal
optional
futures ^0.3.22
dev
hdrhistogram ^7.0
dev
http ^1
dev
lazy_static ^1.4.0
dev
pin-project-lite ^0.2.7
dev
quickcheck ^1
dev
rand ^0.8
dev
tokio ^1.6.2
dev
tokio-stream ^0.1.0
dev
tokio-test ^0.4
dev
tower-test ^0.4
dev
tracing ^0.1.2
dev
tracing-subscriber ^0.3
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module layer
tower
0.5.2
Module layer
Module Items
Modules
Structs
Traits
Functions
In crate tower
tower
Module
layer
Copy item path
Source
Expand description
A collection of
Layer
based tower services
Modules
§
util
Utilities for combining layers
Structs
§
LayerFn
A
Layer
implemented by a closure. See the docs for
layer_fn
for more details.
Traits
§
Layer
Decorates a
Service
, transforming either the request or the response.
Functions
§
layer_
fn
Returns a new
LayerFn
that implements
Layer
by calling the given function.