2 releases
| 0.17.1 | Sep 27, 2021 |
|---|---|
| 0.17.0 | Aug 4, 2017 |
#1014 in Template engine
1,784 downloads per month
4KB
maud
Documentation (source) • API reference • Change 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.