Crates.io | html5ever-arena-dom |
lib.rs | html5ever-arena-dom |
version | 0.1.2 |
source | src |
created_at | 2021-07-30 09:21:36.889076 |
updated_at | 2023-04-22 00:09:06.652679 |
description | Parse templates, and tidy them up using html5ever |
homepage | |
repository | https://github.com/Kijewski/html5ever-arena-dom |
max_upload_size | |
id | 429210 |
size | 33,260 |
A simple library to parse 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.