pub fn unified_diff(expected: &str, received: &str) -> String
Unified diff between two pretty-printed strings. Lines are prefixed with - / + / ; empty when the two inputs are byte-identical.
-
+