Skip to main content

unified_diff

Function unified_diff 

Source
pub fn unified_diff(name: &str, before: &str, after: &str) -> String
Expand description

A unified diff of before -> after (LCS on lines, 3 lines of context).