pub fn apply_edits_to_normalized_content(
content: &str,
edits: &[Edit],
) -> Result<String, EditDiffError>Expand description
Apply multiple edits to normalized (LF) content. Validates that edits don’t overlap, are unique, and all find matches.