54 releases

0.26.0 Jan 15, 2024
0.25.0 Apr 16, 2023
0.24.0 Sep 25, 2022
0.23.0 Nov 11, 2021
0.3.2 Mar 21, 2015

#17 in Template engine

Download history 5261/week @ 2024-01-05 5158/week @ 2024-01-12 4254/week @ 2024-01-19 5698/week @ 2024-01-26 4363/week @ 2024-02-02 4298/week @ 2024-02-09 4890/week @ 2024-02-16 4787/week @ 2024-02-23 5803/week @ 2024-03-01 5810/week @ 2024-03-08 6080/week @ 2024-03-15 5649/week @ 2024-03-22 6823/week @ 2024-03-29 5022/week @ 2024-04-05 5329/week @ 2024-04-12 4269/week @ 2024-04-19

22,407 downloads per month
Used in 82 crates (75 directly)

MIT/Apache

20KB
398 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.4–36MB
~547K SLoC