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

#79 in #markup

Download history 13354/week @ 2026-03-03 89079/week @ 2026-03-10 59249/week @ 2026-03-17 65370/week @ 2026-03-24 57377/week @ 2026-03-31 59919/week @ 2026-04-07 59086/week @ 2026-04-14 61607/week @ 2026-04-21 63058/week @ 2026-04-28 75108/week @ 2026-05-05 87257/week @ 2026-05-12 95954/week @ 2026-05-19 107788/week @ 2026-05-26 86887/week @ 2026-06-02

391,776 downloads per month
Used in 217 crates (175 directly)

MIT/Apache

38KB
328 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–34MB
~491K SLoC