Skip to main content

decode_html_bytes

Function decode_html_bytes 

Source
pub fn decode_html_bytes(
    input: &[u8],
    opts: &HtmlDecodeOptions,
) -> Result<(MarkupDoc, MarkupFidelity), MarkupError>
Expand description

Decode HTML bytes with HTTP/document charset precedence and replacement warnings.