An open API service indexing awesome lists of open source software.

https://github.com/kijewski/html5ever-arena-dom

A simple library to parse templates, and tidy them up using html5ever.
https://github.com/kijewski/html5ever-arena-dom

html html5 rust template-engine tidy

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

A simple library to parse templates, and tidy them up using [html5ever](https://doc.servo.org/html5ever/index.html).

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](https://crates.io/crates/askama) or
[nate](https://crates.io/crates/nate), which use fmt::Write to output their generated HTML data.