loco-rs 1.1.0

The one-person framework for Rust
Documentation
1
2
3
4
5
6
7
mod jwt;

#[cfg(feature = "with-db")]
mod jwt_with_user;

#[cfg(feature = "with-db")]
mod api_token;