Crate vy

Source
Expand description

Fast and minimal HTML templating macros.

Macros§

lazy
Creates a renderable type.
render
Creates a String with 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.

Traits§

Render
A type that can be rendered to a String.