lariv-rs 0.1.0

Compile-time plugin web application framework built on Axum, SeaORM, Maud, and HTMX
Documentation
1
2
3
4
5
//! SeaORM entities for OTP codes and SMTP/SMS preferences.
pub mod otp_preferences;

pub use otp_preferences::Entity as OtpPreferencesEntity;
pub use otp_preferences::Model as OtpPreferences;