Crate ironhtml_macro

Crate ironhtml_macro 

Source
Expand description

§ironhtml-macro

Procedural macro for type-safe HTML construction with Rust-like syntax.

This crate provides the html! macro that generates type-safe HTML using the ironhtml and ironhtml-elements crates. Most users should depend on ironhtml with the macros feature instead of using this crate directly.

See ironhtml::html! for full documentation and tested examples covering elements, attributes, text content, Rust expressions, loops, and conditionals.

Macros§

html
The main HTML macro for type-safe HTML construction.