No description
Find a file
Chris Wong 5b027d08ae
Remove maud_extras crate ()
I don't think the examples in this crate are very useful, or demonstrate how to best use the library.
2019-03-25 20:36:23 +13:00
benchmarks Update Horrorshow 2019-03-17 19:35:06 +13:00
docs Remove maud_extras crate () 2019-03-25 20:36:23 +13:00
maud Rust 2018 2019-03-16 20:18:58 +13:00
maud_htmlescape Rust 2018 2019-03-16 20:18:58 +13:00
maud_macros Rust 2018 2019-03-16 20:18:58 +13:00
.editorconfig Disallow dupe attrs () 2018-07-29 21:21:57 +12:00
.gitignore Check in Cargo.lock 2019-03-16 19:47:13 +13:00
.travis.yml Remove maud_extras crate () 2019-03-25 20:36:23 +13:00
Cargo.toml Remove maud_extras crate () 2019-03-25 20:36:23 +13:00
CHANGELOG.md Release 0.20.0 2019-01-17 16:01:55 +13:00
CONTRIBUTING.md Remove maud_lints 2018-09-03 20:01:39 +12: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 Update readme link 2019-03-24 16:22:52 +13:00
rust-toolchain Enforce nightly toolchain () 2017-10-07 11:31:37 +13:00

HTML5 rocks. maud

Build Status Cargo API reference

Documentation (source) • API 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 procedural macro API, 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 procedural macro API is still unstable though, so updating your compiler may break things. Please file an issue when this happens!