Docs.rs
micro-tower-0.1.0
micro-tower 0.1.0
Docs.rs crate page
BSD-2-Clause
Links
Repository
crates.io
Source
Owners
robert-oleynik
Dependencies
bytes ~1.2.1
normal
derive_builder ~0.11.2
normal
futures ~0.3.24
normal
micro-tower-codegen ^0.1.0
normal
serde ~1.0.144
normal
serde_json ~1.0.85
normal
thiserror ~1.0.34
normal
tokio ~1.21.0
normal
tokio-util ~0.7.4
normal
tower ~0.4.13
normal
tracing ~0.1.36
normal
tracing-subscriber ~0.3.15
dev
Versions
42.19%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
micro_
tower
0.1.0
Module layer
Module Items
Modules
Structs
Traits
Functions
In micro_
tower::
service
micro_tower
::
service
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.