pub fn parse_unified_diff(text: &str) -> Vec<DiffLine>
Parse a unified diff string into DiffLine entries.
DiffLine