Skip to main content

Module streaming

Module streaming 

Source
Expand description

Streaming and incremental parsing.

Structs§

EarlyStopParser
A streaming parser that stops as soon as a predicate matches a node.
StreamParser
A streaming HTML parser that builds a DOM tree incrementally.

Enums§

ParseStatus
Status returned by EarlyStopParser::feed.

Functions§

parse_stream
Parse an HTML document from an iterator of byte chunks.