pub fn apply_patch_backtracking_mode(
original_lines: &[String],
chunks: &[Chunk],
mode: WhitespaceMode,
) -> Result<Vec<String>, ZenpatchError>Expand description
Core backtracking patcher with configurable whitespace mode.
pub fn apply_patch_backtracking_mode(
original_lines: &[String],
chunks: &[Chunk],
mode: WhitespaceMode,
) -> Result<Vec<String>, ZenpatchError>Core backtracking patcher with configurable whitespace mode.