fbc-starter 0.1.24

A production-ready web server starter for Rust based on Axum, with built-in configuration, logging, CORS, database and Redis support
Documentation
1
2
3
4
5
mod context;
mod jwt;

pub use context::{RequestContext, user_context_middleware};
pub use jwt::{Claims, JwtService};