No description
The `cleanup` flag is only available on [dpl v2] which is opt-in. Moreover, dpl v2 defaults to `cleanup: false` anyway so there is no need to specify it. [dpl v2]: https://docs.travis-ci.com/user/deployment-v2 cc #224 |
||
---|---|---|
benchmarks | ||
docs | ||
maud | ||
maud_htmlescape | ||
maud_macros | ||
.editorconfig | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
maud.png | ||
README.md |
maud
Documentation (source) • API reference • Change 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.