Modules§
Macros§
- rhtml
- rust_html - The minimal Rust HTML templating library
Structs§
- Template
- Struct representing a rust_html template. Enables easy reusability and injection safety.
- Template
Group - 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