No description
Find a file
Ernestas Poskus b81c4a10f0 Add Javascript element
Drop type=text/javascript from Javascript fn

Rename Javascript fn to Js
2016-12-06 09:08:33 +02:00
benchmarks Use toggled class shorthand in benchmark 2016-11-24 20:45:08 +13:00
maud Release 0.14.0 2016-11-24 20:34:45 +13:00
maud_extras Add Javascript element 2016-12-06 09:08:33 +02:00
maud_macros Release 0.14.0 2016-11-24 20:34:45 +13:00
.gitignore First commit 2014-12-17 21:11:56 +13:00
.travis.yml Add maud_extras crate 2016-11-22 22:17:15 +13:00
CHANGELOG.md Release 0.14.0 2016-11-24 20:34:45 +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 Reword stability spiel in readme 2016-11-17 20:37:17 +13:00
upload-docs Build docs for all crates 2016-11-22 22:23:23 +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. Development at this stage is focused on adding features and fixing bugs.

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