Skip to main content

Module async_parser

Module async_parser 

Source
Available on crate feature async-tokio only.
Expand description

Async parser (requires async-tokio feature).

Structs§

AsyncParser
An async HTML parser that reads from a tokio::io::AsyncRead source.

Functions§

parse_async
Parse HTML asynchronously from an AsyncRead source.