Crate html5ever_stream [−] [src]
Structs
NodeIter | |
NodeStream |
NodeStream uses a VecDeque to fully traverse the given RcDom and emit reference
counted handles to each node as a |
ParserFuture |
ParserFuture takes in any stream that emits an item that can be referenced as a |
ParserSink |
ParserSink is a simple wrapper around a html5ever parser. It implements
|