Available on crate feature
async-tokio only.Expand description
Async parser (requires async-tokio feature).
Structs§
- Async
Parser - An async HTML parser that reads from a
tokio::io::AsyncReadsource.
Functions§
- parse_
async - Parse HTML asynchronously from an
AsyncReadsource.