No description
Find a file
2016-10-09 19:05:58 +13:00
benchmarks Benchmarks: Use Horrorshow 0.5.8 2016-10-05 20:43:01 +13:00
maud Move change log into the right place 2016-10-09 19:05:58 +13:00
maud_macros Rewrite Render and RenderOnce traits 2016-10-08 21:50:59 +13:00
.gitignore First commit 2014-12-17 21:11:56 +13:00
.travis.yml Release 0.11.1 2016-09-25 12:50:33 +13:00
CHANGELOG.md Move change log into the right place 2016-10-09 19:05:58 +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 Move change log into the right place 2016-10-09 19:05:58 +13:00
upload-docs Release 0.11.1 2016-09-25 12:50:33 +13:00

HTML5 rocks. maud Build Status Cargo

DocumentationAPI 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.

Note that Maud depends on the unstable syntax extension APIs, and so requires the Nightly version of Rust.

For more info on Maud, see the official book.

Stability

As of version 0.11, I am satisfied with the core syntax and semantics of the library. Most versions from now on should not change too much.

The underlying syntax extension API is still unstable though, so updating your compiler may break things. Please file an issue when this happens!