Skip to main content

parse_html_bytes

Function parse_html_bytes 

Source
pub fn parse_html_bytes(input: &[u8]) -> Result<Document, XmlError>
Expand description

Parse an HTML document from raw bytes into the arena DOM.