maud/README.md
Chris Wong 250d93df9a
Enable stable support 🎉 ()
Infer whether nightly features are available using rustc_version. If this fails, assume stable.

Closes 
2020-09-28 11:06:44 +10:00

15 lines
955 B
Markdown

# <img align="right" src="maud.png" alt="HTML5 rocks." title="HTML5 rocks."> maud
[![Build Status](https://travis-ci.com/lambda-fairy/maud.svg?branch=master)](https://travis-ci.com/github/lambda-fairy/maud)
[![Cargo](https://img.shields.io/crates/v/maud.svg)](https://crates.io/crates/maud)
[![API reference](https://docs.rs/maud/badge.svg)](https://docs.rs/maud/)
[Documentation][book] ([source][booksrc]) • [API reference][apiref] • [Change log][changelog]
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][book].
[book]: https://maud.lambda.xyz/
[booksrc]: https://github.com/lambda-fairy/maud/tree/master/docs
[apiref]: https://docs.rs/maud/
[changelog]: https://github.com/lambda-fairy/maud/blob/master/CHANGELOG.md