by-loco 0.15.1

The one-person framework for Rust
Documentation
1
2
3
4
#[cfg(all(feature = "auth_jwt", feature = "with-db"))]
pub mod auth;
pub mod shared_store;
pub mod validate;