loco-rs 0.8.0

The one-person framework for Rust
Documentation
1
2
3
4
5
6
7
8
#[cfg(all(feature = "auth_jwt", feature = "with-db"))]
pub mod auth;
pub mod cors;
pub mod etag;
pub mod format;
pub mod remote_ip;
pub mod request_id;
pub mod secure_headers;