Crate rust_html

Source

Macros§

  • rust_html - The minimal Rust HTML templating library

Structs§

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

Traits§

  • Render trait for rust_html templates