pub fn compute_diff(source: &str, target: &str) -> DiffExportExpand description
Compute a simple line-by-line diff between two strings.
pub fn compute_diff(source: &str, target: &str) -> DiffExportCompute a simple line-by-line diff between two strings.