Function html_diff::get_differences [] [src]

pub fn get_differences(content1: &str, content2: &str) -> Vec<Difference>

Take two html content strings in output, returns a Vec containing the differences (if any).