pub async fn parse_async<R: AsyncRead + Unpin>(reader: R) -> Result<Document>
Read reader to end asynchronously, then parse the bytes. Uses default ParseOptions.
reader
ParseOptions