No description
Find a file
Chris Wong f57aa4ace0 Remove #[inline(never)] annotations
On further testing, I find that these annotations no longer have an
effect on performance. Whether that's due to wrong methodology or
changes in rustc codegen I'm not sure.
2016-10-10 18:59:45 +13:00
benchmarks Release 0.12.0 2016-10-09 20:18:34 +13:00
maud Remove #[inline(never)] annotations 2016-10-10 18:59:45 +13:00
maud_macros Release 0.12.0 2016-10-09 20:18:34 +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 Update change log for 0.12.0 2016-10-10 09:49:05 +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!