Skip to main content

extract_from_html

Function extract_from_html 

Source
pub fn extract_from_html(html: &str, width: usize) -> (String, String)
Expand description

Extract readable text from raw HTML string. Returns (title, text).