Docs.rs
rs-zero-0.2.8
rs-zero 0.2.8
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
tonyher0
Dependencies
async-trait ^0.1
normal
optional
axum ^0.8
normal
optional
bytes ^1
normal
optional
config ^0.15
normal
optional
etcd-client ^0.17
normal
optional
futures ^0.3
normal
optional
http ^1
normal
optional
http-body ^1
normal
optional
jsonwebtoken ^9
normal
optional
k8s-openapi ^0.26
normal
optional
kube ^2
normal
optional
opentelemetry ^0.31
normal
optional
opentelemetry-otlp ^0.31
normal
optional
opentelemetry_sdk ^0.31
normal
optional
prometheus-client ^0.24
normal
optional
pyroscope ^2
normal
optional
redis ^0.32
normal
optional
serde ^1
normal
optional
serde_json ^1
normal
optional
sha1_smol ^1
normal
optional
sqlx ^0.8
normal
optional
thiserror ^2
normal
optional
tokio ^1
normal
optional
tokio-stream ^0.1
normal
optional
tonic ^0.14
normal
optional
tonic-health ^0.14
normal
optional
tower ^0.5
normal
optional
tower-http ^0.6
normal
optional
tracing ^0.1
normal
optional
tracing-opentelemetry ^0.32
normal
optional
tracing-subscriber ^0.3
normal
optional
uuid ^1
normal
optional
axum ^0.8
dev
jsonwebtoken ^9
dev
serde ^1
dev
serde_json ^1
dev
sqlx ^0.8
dev
tempfile ^3
dev
tokio ^1
dev
tonic ^0.14
dev
tonic-health ^0.14
dev
tower ^0.5
dev
Versions
86.83%
of the crate is documented
Platform
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
Skip to main content
Files
rs_zero/layer/
mod.rs
1
//! Tower-first shared layer utilities.
2
3
pub mod
context;