pub fn unified_diff(old: &str, new: &str, context: usize) -> String
A compact unified diff between old and new, with context unchanged lines around each hunk. Returns an empty string when the inputs are identical.
old
new
context