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 28400/week @ 2025-09-29 26656/week @ 2025-10-06 30897/week @ 2025-10-13 64358/week @ 2025-10-20 69666/week @ 2025-10-27 102130/week @ 2025-11-03 81770/week @ 2025-11-10 88228/week @ 2025-11-17 102161/week @ 2025-11-24 86249/week @ 2025-12-01 72237/week @ 2025-12-08 59441/week @ 2025-12-15 52887/week @ 2025-12-22 57420/week @ 2025-12-29 88089/week @ 2026-01-05 100137/week @ 2026-01-12

304,710 downloads per month
Used in 164 crates (146 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.2–37MB
~524K SLoC