# maud **Repository Path**: bison-fork/maud ## Basic Information - **Project Name**: maud - **Description**: fork自 github/lambda-fairy/maud rust编译式html模板 - **Primary Language**: Rust - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-16 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HTML5 rocks. 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