Docs.rs
gotcha-0.4.0
gotcha 0.4.0
Permalink
Docs.rs crate page
MIT
02 August 2026
Links
Repository
crates.io
Source
Owners
Kilerd
Dependencies
async-trait ^0.1.60
normal
axum ^0.8
normal
axum-extra ^0.10
normal
axum-macros ^0.5
normal
axum-prometheus ^0.8
normal
optional
bigdecimal ^0.4
normal
cfg-if ^1
normal
chrono ^0.4.23
normal
convert_case ^0.6.0
normal
cron ^0.12.0
normal
optional
either ^1.13.0
normal
gotcha_core ^0.4
normal
optional
gotcha_macro ^0.4
normal
inventory ^0.3.15
normal
log ^0.4
normal
mofa ^0.2
normal
oas ^0.1
normal
optional
once_cell ^1
normal
regex ^1.7
normal
rust_decimal ^1.36
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^1.0
normal
tokio ^1
normal
tower-http ^0.6
normal
optional
tower-layer ^0.3.2
normal
tower-service ^0.3.2
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
uuid ^1.10
normal
validator ^0.20
normal
assert-json-diff ^2
dev
futures-core ^0.3.33
dev
futures-util ^0.3.33
dev
gotcha_core ^0.4
dev
tokio ^1
dev
tower ^0.5.3
dev
trybuild ^1.0
dev
Versions
100%
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
Module layers
gotcha
0.4.0
Module layers
Module Items
Modules
Structs
In crate gotcha
gotcha
Module
layers
Copy item path
Source
Expand description
Middleware layers re-exported from
tower-http
.
Modules
§
cors
cors
Middleware which adds headers for
CORS
.
Structs
§
Cors
Layer
cors
Layer that applies the
Cors
middleware which adds headers for
CORS
.