Skip to main content

Module utils

Module utils 

Source
Expand description

Miscellaneous utilities to increase comfort. Special thanks to:

Structs§

TextMergeStream
Merge consecutive Event::Text events into only one.
TextMergeWithOffset
Merge consecutive Event::Text events into only one, with offsets.

Functions§

decode_html_entities
Decode HTML5 character references (>, &, <, {, …) inside a string. Unrecognised &foo runs are left as-is.