No description
Find a file
2021-03-13 20:25:56 +11:00
.github/workflows Test documentation examples in CI () 2021-01-15 17:40:46 +13:00
docs Switch documentation to semantic line breaks () 2021-01-22 19:31:51 +13:00
doctest Test documentation examples in CI () 2021-01-15 17:40:46 +13:00
maud Add more UI tests () 2021-03-13 19:38:50 +11:00
maud_htmlescape Format everything! 2020-09-27 21:36:27 +10:00
maud_macros Remove Attrs type alias () 2021-03-13 20:25:56 +11:00
.editorconfig Disallow dupe attrs () 2018-07-29 21:21:57 +12:00
.gitignore Test documentation examples in CI () 2021-01-15 17:40:46 +13:00
Cargo.toml Test documentation examples in CI () 2021-01-15 17:40:46 +13:00
CHANGELOG.md Remove [Foo] tags from changelog () 2021-01-26 22:47:49 +13:00
CONTRIBUTING.md Update contributing docs and document release process 2021-01-09 19:21:37 +13:00
LICENSE-APACHE First commit 2014-12-17 21:11:56 +13:00
LICENSE-MIT First commit 2014-12-17 21:11:56 +13:00
maud.png HTML5 rocks 2015-01-11 15:05:42 +13:00
README.md Switch documentation to semantic line breaks () 2021-01-22 19:31:51 +13:00
RELEASE_PROCESS.md Update release process to mention automatic docs publish 2021-01-09 19:30:37 +13:00

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.