No description
Find a file
2016-10-22 20:36:48 +13:00
benchmarks Use u32 instead of usize 2016-10-18 11:20:08 +02:00
maud Restrict PreEscaped to T: AsRef<str> 2016-10-22 19:57:48 +13:00
maud_macros Add support for @while and @while let. 2016-10-19 21:46:37 +05:30
.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 Add change log entries down to version 0.8.0 2016-10-13 19:28:44 +13:00
CONTRIBUTING.md Add contributors' guide 2016-10-22 20:36:48 +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!