55 releases
| 0.27.0 | Feb 2, 2025 |
|---|---|
| 0.26.0 | Jan 15, 2024 |
| 0.25.0 | Apr 16, 2023 |
| 0.24.0 | Sep 25, 2022 |
| 0.3.2 | Mar 21, 2015 |
#6 in Template engine
304,964 downloads per month
Used in 164 crates
(146 directly)
43KB
465 lines
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.
lib.rs:
A macro for writing HTML templates.
This documentation only describes the runtime API. For a general guide, check out the book instead.
Dependencies
~0.2–37MB
~525K SLoC