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

Download history 66368/week @ 2025-12-10 54928/week @ 2025-12-17 58073/week @ 2025-12-24 55812/week @ 2025-12-31 107567/week @ 2026-01-07 103629/week @ 2026-01-14 96002/week @ 2026-01-21 100580/week @ 2026-01-28 110344/week @ 2026-02-04 112699/week @ 2026-02-11 71043/week @ 2026-02-18 68930/week @ 2026-02-25 93587/week @ 2026-03-04 74959/week @ 2026-03-11 60002/week @ 2026-03-18 66966/week @ 2026-03-25

306,232 downloads per month
Used in 191 crates (166 directly)

MIT/Apache

43KB
465 lines

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.


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.1–37MB
~531K SLoC