Skip to main content

create_patch

Function create_patch 

Source
pub fn create_patch(original: &str, modified: &str) -> String
Expand description

Create a unified diff patch representing the difference between original and modified.