No description
Find a file
Sander Maijers fc13564a42 Update to rustc 1.17.0-nightly (b1e31766d 2017-03-03)
Closes 

Squashed commit of the following:

commit f88e4dfa5a62f9d6e00ed0980b6fb6d41d36151c
Author: Chris Wong <lambda.fairy@gmail.com>
Date:   Tue Mar 7 20:54:54 2017 +1300

    Convert errant tabs to spaces

commit 65936efca738459412d8818f911601bf5a2870fa
Author: Sander Maijers <S.N.Maijers@gmail.com>
Date:   Mon Mar 6 17:15:20 2017 +0100

    Refactor to make more generic

commit dc16b665854f1d63f5dd8d4db5c3f9390b1e6cee
Author: Sander Maijers <S.N.Maijers@gmail.com>
Date:   Thu Mar 2 16:47:52 2017 +0100

    Adjust to make compatible with current `libsyntax`

    Was broken since rustc nightly 2017-03-01.
2017-03-07 20:59:51 +13:00
benchmarks Use toggled class shorthand in benchmark 2016-11-24 20:45:08 +13:00
maud Add juicy metadata to Cargo.toml 2017-02-17 22:23:44 +13:00
maud_extras Fix typo in maud_extras/Cargo.toml 2017-01-26 19:58:25 +13:00
maud_macros Update to rustc 1.17.0-nightly (b1e31766d 2017-03-03) 2017-03-07 20:59:51 +13:00
.gitignore First commit 2014-12-17 21:11:56 +13:00
.travis.yml Travis: add cargo-clippy to $PATH 2016-12-17 14:18:48 +13:00
Cargo.toml Add Cargo workspace configuration 2016-12-30 20:50:08 +13:00
CHANGELOG.md Release 0.16.1 2017-02-15 22:26: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 Update doc upload script to use Cargo workspace 2017-01-28 23:04:17 +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!