Crate vy_core

Source

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.

Functions§

escape_into
Escapes all special HTML characters in input and writes the result into buf.