Docs.rs
trz-gateway-common-0.1.19
trz-gateway-common 0.1.19
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
LamparoS
Dependencies
axum ^0.8.7
normal
bytes ^1.11.0
normal
cms ^0.2.3
normal
futures ^0.3.31
normal
humantime ^2.3.0
normal
nameth ^0.1.19
normal
oid-registry ^0.8.1
normal
openssl ^0.10.75
normal
prost ^0.14.1
normal
prost-types ^0.14.1
normal
ring ^0.17.14
normal
rustls ^0.23.35
normal
rustls-native-certs ^0.8.2
normal
serde ^1.0.228
normal
thiserror ^2.0.17
normal
tokio ^1.48.0
normal
tokio-util ^0.7.17
normal
tonic ^0.14.2
normal
tonic-prost ^0.14.2
normal
tracing ^0.1.43
normal
tracing-subscriber ^0.3.22
normal
x509-parser ^0.18.0
normal
scopeguard ^1.2.0
dev
serde_json ^1.0.145
dev
toml ^0.9.8
dev
tonic-prost-build ^0.14.2
build
Versions
31.94%
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
Module http_error
trz_
gateway_
common
0.1.19
Module http_
error
Module Items
Structs
Traits
In crate trz_
gateway_
common
trz_gateway_common
Module
http_
error
Copy item path
Source
Expand description
Adapt Rust errors to HTTP status codes.
Structs
§
Http
Error
A wrapper to translate errors into http
Response
s.
Traits
§
IsHttp
Error
A trait implemented by errors that translate to HTTP status codes.