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 59199/week @ 2025-12-26 71993/week @ 2026-01-02 111871/week @ 2026-01-09 96279/week @ 2026-01-16 101930/week @ 2026-01-23 104617/week @ 2026-01-30 113813/week @ 2026-02-06 94894/week @ 2026-02-13 70897/week @ 2026-02-20 68099/week @ 2026-02-27 98745/week @ 2026-03-06 68348/week @ 2026-03-13 62936/week @ 2026-03-20 62033/week @ 2026-03-27 53033/week @ 2026-04-03 62448/week @ 2026-04-10

250,943 downloads per month
Used in 194 crates (168 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–38MB
~532K SLoC