: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.Maud is an HTML template engine for Rust that provides efficient, high-performance rendering of HTML templates. With its unique approach and utilization of Rust's strong typing system, Maud offers developers a reliable and developer-friendly solution for building web applications.