Añade macro para componer HTML en código

- Incorpora el código de la versión 0.25.0 de `maud_macros` creado por
  Chris Wong.
- Y reexporta los elementos esenciales desde la librería principal.
This commit is contained in:
Manuel Cillero 2025-07-07 18:21:00 +02:00
parent 91139d43d3
commit 5ec1b0dc8f
15 changed files with 1834 additions and 19 deletions

View file

@ -2,7 +2,7 @@
// RE-EXPORTED.
pub use crate::{main, test};
pub use crate::{html, main, test};
// MACROS.
@ -15,6 +15,8 @@ pub use crate::global;
pub use crate::trace;
pub use crate::html::*;
pub use crate::service;
pub use crate::app::Application;