Expand description
Fast and minimal HTML templating macros.
Macros§
- lazy
- Creates a renderable type.
- render
- Creates a
Stringwith the HTML content. - write
- Writes HTML to a
String.
Structs§
- PreEscaped
- A type that is assumed to be pre-escaped and shouldn’t require further escaping.