No description
Find a file
Chris Wong 37e11fcb6b
Remove non-Maud benchmarks ()
There's already [template-benchmarks-rs](https://github.com/djc/template-benchmarks-rs), so we don't need to maintain a separate set here.

The Maud-specific benchmarks are kept, as they're still useful for testing future optimizations.
2021-01-07 21:37:28 +13:00
.github/workflows Remove non-Maud benchmarks () 2021-01-07 21:37:28 +13:00
docs Add CNAME to manual deploy script () 2021-01-06 23:33:00 +13:00
maud Remove non-Maud benchmarks () 2021-01-07 21:37:28 +13:00
maud_htmlescape Format everything! 2020-09-27 21:36:27 +10:00
maud_macros Remove Travis status badges () 2020-12-23 19:38:27 +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
Cargo.toml Remove non-Maud benchmarks () 2021-01-07 21:37:28 +13:00
CHANGELOG.md Generalize Into impl to From () 2021-01-04 21:45:33 +13: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 Remove Travis status badges () 2020-12-23 19:38:27 +13:00

HTML5 rocks. maud

CI 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.

For more info on Maud, see the official book.