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 9991/week @ 2024-12-26 14458/week @ 2025-01-02 15865/week @ 2025-01-09 17730/week @ 2025-01-16 20694/week @ 2025-01-23 22944/week @ 2025-01-30 25600/week @ 2025-02-06 24120/week @ 2025-02-13 27477/week @ 2025-02-20 26122/week @ 2025-02-27 28375/week @ 2025-03-06 28957/week @ 2025-03-13 27986/week @ 2025-03-20 27401/week @ 2025-03-27 30495/week @ 2025-04-03 27662/week @ 2025-04-10

117,744 downloads per month
Used in 125 crates (110 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.3–34MB
~527K SLoC