49 releases
0.22.2 | Jan 9, 2021 |
---|---|
0.22.1 | Nov 2, 2020 |
0.22.0 | Jun 20, 2020 |
0.21.0 | Jul 1, 2019 |
0.3.2 | Mar 21, 2015 |
#20 in Template engine
1,935 downloads per month
Used in 42 crates
(37 directly)
30KB
221 lines
maud
Documentation (source) • API reference • Change 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–2MB
~46K SLoC