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 16266/week @ 2025-01-13 17865/week @ 2025-01-20 21802/week @ 2025-01-27 25810/week @ 2025-02-03 24455/week @ 2025-02-10 24522/week @ 2025-02-17 27993/week @ 2025-02-24 28756/week @ 2025-03-03 26415/week @ 2025-03-10 28532/week @ 2025-03-17 28564/week @ 2025-03-24 27903/week @ 2025-03-31 30713/week @ 2025-04-07 22932/week @ 2025-04-14 29114/week @ 2025-04-21 20221/week @ 2025-04-28

105,817 downloads per month
Used in 129 crates (114 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–34MB
~522K SLoC