kegani-cli 0.1.4

CLI tool for Kegani framework
Documentation
1
2
3
4
5
6
//! Middleware module

pub mod auth;

// Re-export commonly used middleware
pub use auth::JwtAuth;