Skip to main content

patch_file

Function patch_file 

Source
pub async fn patch_file(path: &Path, patch: &str) -> Result<(), PatchFileError>
Expand description

Apply a unified diff patch to a file.