No description
Find a file
Christopher Czyba 8e8e078dc4 [actix-web] Add support for actix-web >= 2.0.0
In order to support both actix-web < 2.0.0 and >= 2.0.0 at the same
time I added a feature actix-web-2, which enables the actix-web
dependency with the respective version und the name active-web-2-dep
and the futures dependency which is required(?) for implementing the
Responder trait for >= 2.0.0.

Thus the user of maud has the choice to use actix-web in the version
they prefer.
2020-03-03 20:20:30 +01:00
benchmarks Modified lock file 2019-11-23 19:52:27 -06:00
docs Fix deploy.sh to actually build in parallel 2019-09-14 19:15:55 +12:00
maud [actix-web] Add support for actix-web >= 2.0.0 2020-03-03 20:20:30 +01:00
maud_htmlescape Change username from lfairy to lambda-fairy 2019-09-14 13:48:59 +12:00
maud_macros Upgrade syn to 1.0.8. Upgrade matches to 0.1.8 2019-11-23 19:47:52 -06: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 Travis: build and deploy the book 2019-03-27 22:13:47 +13:00
Cargo.toml Remove maud_extras crate () 2019-03-25 20:36:23 +13:00
CHANGELOG.md Change username from lfairy to lambda-fairy 2019-09-14 13:48:59 +12:00
CONTRIBUTING.md Change username from lfairy to lambda-fairy 2019-09-14 13:48:59 +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 Change username from lfairy to lambda-fairy 2019-09-14 13:48:59 +12: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!