Docs.rs
tower-0.5.1
tower 0.5.1
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 ^0.1.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 ^0.2
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tower
0.5.1
Module builder
Module Items
Structs
In crate tower
Module
tower
::
builder
Copy item path
source
·
[
−
]
Expand description
Builder types to compose layers and services
Structs
§
Service
Builder
Declaratively construct
Service
values.