pub fn unified_diff_string(diff: &FileDiff, opts: &UnifiedDiffOptions) -> StringExpand description
Render a FileDiff as a unified-diff string. Identical layout to
git diff so agents and humans both find this reading exactly as
they expect. Empty string for unchanged files.