Docs.rs
mll-axum-utils-0.2.2
mll-axum-utils 0.2.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
mllcms
Dependencies
axum ^0.6.20
normal
bb8 ^0.8.0
normal
bytes ^1.4.0
normal
chrono ^0.4.24
normal
color-string ^0.1.2
normal
dashmap ^5.5.3
normal
diesel-async ^0.3.1
normal
futures-util ^0.3.28
normal
if-addrs ^0.10.1
normal
jsonwebtoken ^8.3.0
normal
once_cell ^1.17.1
normal
percent-encoding ^2.2.0
normal
serde ^1.0.160
normal
serde_json ^1.0.104
normal
serde_urlencoded ^0.7.1
normal
tokio ^1.28.0
normal
tower ^0.4.13
normal
validator ^0.16.0
normal
Versions
44.64%
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
mll_axum_utils/
lib.rs
1
pub mod
database;
2
pub mod
middleware;
3
pub mod
res;
4
pub mod
validator;
5
6
pub mod
utils;