Skip to main content

apply_patches

Function apply_patches 

Source
pub fn apply_patches(
    source: &str,
    patches: &[TextPatch],
) -> Result<String, TextPatchError>