⬆️ Actualiza el código de maud a la versión 0.27.0

This commit is contained in:
Manuel Cillero 2025-07-07 20:31:00 +02:00
parent 5ec1b0dc8f
commit bceb43e6d0
11 changed files with 1459 additions and 1221 deletions

View file

@ -1,4 +1,4 @@
//! HTML en código.
mod maud;
pub use maud::{html, html_private, Markup, PreEscaped, DOCTYPE};
pub use maud::{display, html, html_private, Escaper, Markup, PreEscaped, Render, DOCTYPE};