Skip to main content

parse_html_with_max_depth

Function parse_html_with_max_depth 

Source
pub fn parse_html_with_max_depth(
    bytes: &[u8],
    max_depth: usize,
) -> Result<HtmlValue<'_>, HtmlError>