askama-plus-html5ever

Crates.ioaskama-plus-html5ever
lib.rsaskama-plus-html5ever
version0.2.1
sourcesrc
created_at2021-06-04 20:08:03.790028
updated_at2022-06-05 13:08:27.351458
descriptionParse Askama templates, and tidy them up using html5ever
homepage
repositoryhttps://github.com/Kijewski/askama-plus-html5ever
max_upload_size
id406251
size16,258
(Kijewski-crates-graveyard)

documentation

README

A simple library to parse askama templates, and tidy them up using html5ever.

This library simply extracts and combines two usage examples of html5ever, and makes them re-usable. It is mostly meant to be used with template engines such as Askama or nate, which use fmt::Write to output their generated HTML data.

Commit count: 16

cargo fmt