Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 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 (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T18:35:40.000Z (8 months ago)
- Last Synced: 2024-05-23T02:37:12.249Z (6 months ago)
- Topics: macro, rust, template-engine
- Language: Rust
- Homepage: https://maud.lambda.xyz
- Size: 893 KB
- Stars: 1,947
- Watchers: 19
- Forks: 131
- Open Issues: 40
-
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)
README
# maud
[![CI](https://github.com/lambda-fairy/maud/workflows/CI/badge.svg)](https://github.com/lambda-fairy/maud/actions)
[![Cargo](https://img.shields.io/crates/v/maud.svg)](https://crates.io/crates/maud)
[![API reference](https://docs.rs/maud/badge.svg)](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