4 releases

0.24.3 Nov 30, 2022
0.24.2 Nov 16, 2022
0.24.1 Nov 12, 2022
0.24.0 Nov 12, 2022

#425 in Template engine


Used in submillisecond-live-view

MIT/Apache

19KB
350 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

~1–17MB
~224K SLoC