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

#7 in Template engine

Download history 24652/week @ 2025-02-02 25455/week @ 2025-02-09 24728/week @ 2025-02-16 27313/week @ 2025-02-23 27311/week @ 2025-03-02 27231/week @ 2025-03-09 28865/week @ 2025-03-16 28452/week @ 2025-03-23 27530/week @ 2025-03-30 32359/week @ 2025-04-06 22768/week @ 2025-04-13 27382/week @ 2025-04-20 23365/week @ 2025-04-27 26236/week @ 2025-05-04 25900/week @ 2025-05-11 25441/week @ 2025-05-18

103,808 downloads per month
Used in 137 crates (120 directly)

MIT/Apache

43KB
465 lines

A macro for writing HTML templates.

This documentation only describes the runtime API. For a general guide, check out the book instead.


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.

Dependencies

~0.2–35MB
~514K SLoC