lariv-rs 0.1.0

Compile-time plugin web application framework built on Axum, SeaORM, Maud, and HTMX
Documentation
1
2
3
4
5
//! Dashboard app state — chrome only; tiles come from [`crate::apps::AppsCapability`].

/// Marker state for the dashboard plugin (tiles live on [`crate::apps::AppsCapability`]).
#[derive(Clone, Debug, Default)]
pub struct DashboardState;