:pencil: Compile-time HTML templates for Rust
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.
html!, which allows for efficient compilation of markup to specialized Rust code.