Docs.rs
api-tools-0.0.4
api-tools 0.0.4
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
fabienbellanger
Dependencies
async-trait ^0.1.88
normal
axum ^0.8.4
normal
bytes ^1.10.1
normal
bytesize ^2.0.1
normal
chrono ^0.4.41
normal
chrono-tz ^0.10.3
normal
futures ^0.3.31
normal
http-auth-basic ^0.3.5
normal
hyper ^1.6.0
normal
mime ^0.3.17
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
serde_urlencoded ^0.7.1
normal
thiserror ^2.0.12
normal
tokio ^1.45.1
normal
tower ^0.5.2
normal
tower-http ^0.6.4
normal
tracing ^0.1.41
normal
tracing-appender ^0.2.3
normal
tracing-subscriber ^0.3.19
normal
uuid ^1.17.0
normal
base64 ^0.22.1
dev
Versions
57.61%
of the crate is documented
Go to latest version
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
api_tools
security
mod.rs
server
axum
layers
basic_auth.rs
cors.rs
http_errors.rs
logger.rs
mod.rs
request_id.rs
extractors.rs
mod.rs
response.rs
mod.rs
value_objects
datetime.rs
mod.rs
pagination.rs
query_sort.rs
timezone.rs
lib.rs
api_tools/server/
mod.rs
Settings
Help
Summary
1
//! Server module
2
3
#[cfg(feature =
"axum"
)]
4
pub mod
axum;