Crates.io | askama-plus-html5ever |
lib.rs | askama-plus-html5ever |
version | 0.2.1 |
source | src |
created_at | 2021-06-04 20:08:03.790028 |
updated_at | 2022-06-05 13:08:27.351458 |
description | Parse Askama templates, and tidy them up using html5ever |
homepage | |
repository | https://github.com/Kijewski/askama-plus-html5ever |
max_upload_size | |
id | 406251 |
size | 16,258 |
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.