2017-11-01 11:58:24 +01:00
|
|
|
# <img align="right" src="maud.png" alt="HTML5 rocks." title="HTML5 rocks."> maud
|
2020-12-23 19:38:27 +13:00
|
|
|
[](https://github.com/lambda-fairy/maud/actions)
|
2017-11-01 11:58:24 +01:00
|
|
|
[](https://crates.io/crates/maud)
|
|
|
|
[](https://docs.rs/maud/)
|
2014-12-17 21:11:56 +13:00
|
|
|
|
2021-01-22 19:31:51 +13:00
|
|
|
[Documentation][book] ([source][booksrc]) •
|
|
|
|
[API reference][apiref] •
|
|
|
|
[Change log][changelog]
|
2014-12-17 21:11:56 +13:00
|
|
|
|
2021-01-22 19:31:51 +13:00
|
|
|
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.
|
2015-03-14 21:28:04 +13:00
|
|
|
|
2021-01-22 19:31:51 +13:00
|
|
|
For more info on Maud,
|
|
|
|
see the [official book][book].
|
2015-05-28 19:15:56 +12:00
|
|
|
|
2016-09-25 12:50:33 +13:00
|
|
|
[book]: https://maud.lambda.xyz/
|
2021-09-11 20:30:35 +10:00
|
|
|
[booksrc]: https://github.com/lambda-fairy/maud/tree/main/docs
|
2017-07-30 16:25:44 +12:00
|
|
|
[apiref]: https://docs.rs/maud/
|
2021-09-11 20:30:35 +10:00
|
|
|
[changelog]: https://github.com/lambda-fairy/maud/blob/main/CHANGELOG.md
|