Crate rust_html

Source

Modules§

integration

Macros§

rhtml
rust_html - The minimal Rust HTML templating library

Structs§

Template
Struct representing a rust_html template. Enables easy reusability and injection safety.
TemplateGroup
Represents a group of rust_html templates
Unescaped
Wrapper to insert unescaped content into a rust_html template. Never use Unescaped on untrusted user input!

Traits§

Render
Render trait for rust_html templates