html5ever-arena-dom

Crates.iohtml5ever-arena-dom
lib.rshtml5ever-arena-dom
version0.1.2
sourcesrc
created_at2021-07-30 09:21:36.889076
updated_at2023-04-22 00:09:06.652679
descriptionParse templates, and tidy them up using html5ever
homepage
repositoryhttps://github.com/Kijewski/html5ever-arena-dom
max_upload_size
id429210
size33,260
René Kijewski (Kijewski)

documentation

README

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.

Commit count: 16

cargo fmt