Skip to content

📝 Compile-time HTML templates for Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

lambda-fairy/maud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c0df34f · Mar 3, 2025
Feb 4, 2025
Feb 2, 2025
Jan 25, 2025
Feb 2, 2025
Mar 3, 2025
Jul 29, 2018
Jan 15, 2021
Feb 2, 2025
Apr 10, 2022
Mar 10, 2024
Dec 17, 2014
Dec 17, 2014
Sep 11, 2021
Sep 25, 2022
Jan 11, 2015
Sep 11, 2021

Repository files navigation

HTML5 rocks. maud

CI Cargo API reference

Documentation (source) • API referenceChange 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.