pub fn get_differences(content1: &str, content2: &str) -> Vec<Difference>Expand description
Take two html content strings in output, returns a Vec containing the differences (if any).
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).