:pencil: Compile-time HTML templates for Rust
Last updated Jul 7, 2026
2.6k
Stars
172
Forks
62
Issues
+7
Stars/day
Attention Score
87
Topics
Language breakdown
No language data available.
โธ Files
click to expand
README
maud
[Documentation][book] ([source][booksrc]) โข [API reference][apiref] โข [Change log][changelog]
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][book].
[book]: https://maud.lambda.xyz/ [booksrc]: https://github.com/lambda-fairy/maud/tree/main/docs [apiref]: https://docs.rs/maud/ [changelog]: https://github.com/lambda-fairy/maud/blob/main/CHANGELOG.md
๐ More in this category