Expand description
HTML renderer that takes an iterator of events as input.
Functionsยง
- push_
html - Iterate over an
IteratorofEvents, generate HTML for eachEvent, and push it to aString. - write_
html_ fmt - Iterate over an
IteratorofEvents, generate HTML for eachEvent, and write it into Unicode-accepting buffer or stream. - write_
html_ io - Iterate over an
IteratorofEvents, generate HTML for eachEvent, and write it out to an I/O stream.