lariv-rs 0.1.0

Compile-time plugin web application framework built on Axum, SeaORM, Maud, and HTMX
Documentation
1
2
3
//! HTTP handlers for forgot-password, OTP send/verify, and admin preferences.
pub mod auth;
pub mod preferences;