pub fn render_unified(
diff: &UnifiedDiff,
old_label: &str,
new_label: &str,
) -> StringExpand description
Render the diff as a string in unified-diff format (for the CLI).
pub fn render_unified(
diff: &UnifiedDiff,
old_label: &str,
new_label: &str,
) -> StringRender the diff as a string in unified-diff format (for the CLI).