apply_patch

Function apply_patch 

Source
pub fn apply_patch(
    patch: &str,
    stdout: &mut impl Write,
    stderr: &mut impl Write,
) -> Result<(), PatchError>
Expand description

Applies the patch and prints the result to stdout/stderr.