Maud

screenshot of Maud

:pencil: Compile-time HTML templates for Rust

Overview

Maud is an HTML template engine for Rust that compiles markup to specialized Rust code. It provides a unique approach to template rendering, making the templates blazing fast, super type-safe, and easy to deploy.

Features

  • Macro Implementation: Maud is implemented as a macro, html!, which allows for efficient compilation of markup to specialized Rust code.
  • Blazing Fast: The unique approach of Maud allows for high-performance template rendering, ensuring fast response times.
  • Super Type-Safe: Maud ensures type safety by leveraging Rust's strong typing system, minimizing the chance of runtime errors.