lariv-rs 0.1.0

Compile-time plugin web application framework built on Axum, SeaORM, Maud, and HTMX
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Compile-time HTMX swap keys for the website plugin.

use crate::swap_key;

swap_key!(RoutesTableKey, "website-routes-table");
swap_key!(RouteCreateModalKey, "website-route-create-modal");
swap_key!(RouteEditModalKey, "website-route-edit-modal");
swap_key!(RouteDeleteModalKey, "website-route-delete-modal");
swap_key!(RouteFkPageKey, "fk-website-page");
swap_key!(RouteFkRefsKey, "fk-website-refs");
swap_key!(CustomThemeCssFkKey, "fk-website-custom-theme-css");