Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 421 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 421 Bytes

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.