2 releases

0.17.1 Sep 27, 2021
0.17.0 Aug 4, 2017

#705 in Template engine

Download history 252/week @ 2024-11-30 429/week @ 2024-12-07 418/week @ 2024-12-14 193/week @ 2024-12-21 56/week @ 2024-12-28 268/week @ 2025-01-04 404/week @ 2025-01-11 342/week @ 2025-01-18 185/week @ 2025-01-25 406/week @ 2025-02-01 720/week @ 2025-02-08 238/week @ 2025-02-15 332/week @ 2025-02-22 212/week @ 2025-03-01 250/week @ 2025-03-08 365/week @ 2025-03-15

1,191 downloads per month

MIT/Apache

4KB

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:

Internal support code used by the Maud template engine.

You should not need to depend on this crate directly.

No runtime deps