No description
Find a file
Michael Alyn Miller 26cdad9991
Use explicitly-named args in impl_render_with_display ()
* Use explicitly-named args in `impl_render_with_display`

Implicitly-named args were failing on Rust 1.57 (but worked on Nightly).

* Fix macro formatting

Also add a TODO comment to revert later.

Co-authored-by: Chris Wong <lambda.fairy@gmail.com>
2022-01-13 05:00:31 +00:00
.github/workflows Run doctests again () 2021-11-29 11:30:43 +00:00
docs Update to axum-core 0.1 () 2021-12-08 19:12:00 +11:00
doctest Update to axum-core 0.1 () 2021-12-08 19:12:00 +11:00
maud Use explicitly-named args in impl_render_with_display () 2022-01-13 05:00:31 +00:00
maud_macros Remove blanket Render impl for T: Display () 2021-11-21 19:58:58 +11:00
.editorconfig Disallow dupe attrs () 2018-07-29 21:21:57 +12:00
.gitignore Test documentation examples in CI () 2021-01-15 17:40:46 +13:00
Cargo.toml Delete maud_htmlescape package () 2021-11-06 11:33:44 +00:00
CHANGELOG.md Update to axum-core 0.1 () 2021-12-08 19:12:00 +11:00
CONTRIBUTING.md Update contributing docs and document release process 2021-01-09 19:21:37 +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 Rename "master" to "main" 2021-09-11 20:30:35 +10:00
RELEASE_PROCESS.md Delete maud_htmlescape package () 2021-11-06 11:33:44 +00:00
rustfmt.toml Enforce merged imports () 2021-09-11 10:42:25 +00: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.