2 releases

0.17.1 Sep 27, 2021
0.17.0 Aug 4, 2017

#376 in Template engine

Download history 285/week @ 2023-12-08 345/week @ 2023-12-15 320/week @ 2023-12-22 490/week @ 2023-12-29 282/week @ 2024-01-05 369/week @ 2024-01-12 291/week @ 2024-01-19 494/week @ 2024-01-26 138/week @ 2024-02-02 258/week @ 2024-02-09 426/week @ 2024-02-16 242/week @ 2024-02-23 288/week @ 2024-03-01 361/week @ 2024-03-08 266/week @ 2024-03-15 252/week @ 2024-03-22

1,222 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