Module html

Source
Expand description

HTML renderer that takes an iterator of events as input.

Functionsยง

push_html
Iterate over an Iterator of Events, generate HTML for each Event, and push it to a String.
write_html_fmt
Iterate over an Iterator of Events, generate HTML for each Event, and write it into Unicode-accepting buffer or stream.
write_html_io
Iterate over an Iterator of Events, generate HTML for each Event, and write it out to an I/O stream.