https://github.com/lambda-fairy/maud
:pencil: Compile-time HTML templates for Rust
https://github.com/lambda-fairy/maud
macro rust template-engine
Last synced: 6 days ago
JSON representation
:pencil: Compile-time HTML templates for Rust
- Host: GitHub
- URL: https://github.com/lambda-fairy/maud
- Owner: lambda-fairy
- License: apache-2.0
- Created: 2014-12-17T08:08:52.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T12:19:13.000Z (about 1 month ago)
- Last Synced: 2025-03-17T11:59:20.155Z (28 days ago)
- Topics: macro, rust, template-engine
- Language: Rust
- Homepage: https://maud.lambda.xyz
- Size: 949 KB
- Stars: 2,272
- Watchers: 17
- Forks: 159
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-rust-cn - lfairy/maud - time HTML templates [<img src="https://api.travis-ci.org/lfairy/maud.svg?branch=master">](https://travis-ci.org/lfairy/maud) (Libraries / Template engine)
- awesome-rust - lambda-fairy/maud - time HTML templates (Libraries / Template engine)
- awesome-rust-cn - lambda-fairy/maud
- awesome-opensource-email - Maud - Compile-time HTML templates for Rust - `MIT`, `Apache License`, `Rust` (Code / Templating)
- awesome-list - maud - time HTML templates for Rust | lambda-fairy | 1035 | (Rust)
- trackawesomelist - lambda-fairy/maud (⭐2.3k) - compile-time HTML templates (Recently Updated / [Mar 15, 2025](/content/2025/03/15/README.md))
README
#
maud
[](https://github.com/lambda-fairy/maud/actions)
[](https://crates.io/crates/maud)
[](https://docs.rs/maud/)[Documentation][book] ([source][booksrc]) •
[API reference][apiref] •
[Change log][changelog]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][book].[book]: https://maud.lambda.xyz/
[booksrc]: https://github.com/lambda-fairy/maud/tree/main/docs
[apiref]: https://docs.rs/maud/
[changelog]: https://github.com/lambda-fairy/maud/blob/main/CHANGELOG.md