Thanks to visit codestin.com
Credit goes to lib.rs

55 releases

0.27.0 Feb 2, 2025
0.26.0 Jan 15, 2024
0.25.0 Apr 16, 2023
0.24.0 Sep 25, 2022
0.3.2 Mar 21, 2015

#6 in Template engine

Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App Codestin Search App

304,964 downloads per month
Used in 164 crates (146 directly)

MIT/Apache

43KB
465 lines

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.


lib.rs:

A macro for writing HTML templates.

This documentation only describes the runtime API. For a general guide, check out the book instead.

Dependencies

~0.2–37MB
~525K SLoC