davidpdrsn / maud

:pencil: Compile-time HTML templates for Rust

Home Page:https://maud.lambda.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML5 rocks. maud

CI Cargo API reference

Documentation (source) • API referenceChange log

Maud is an HTML template engine for Rust. It's implemented as a macro, html!, which compiles your markup to specialized Rust code. This unique approach makes Maud templates blazing fast, super type-safe, and easy to deploy.

For more info on Maud, see the official book.

About

:pencil: Compile-time HTML templates for Rust

https://maud.lambda.xyz

License:Apache License 2.0


Languages

Language:Rust 100.0%