Skip to main content

apply_patches

Function apply_patches 

Source
pub fn apply_patches(
    document_path: &Path,
    patches: &[PatchOp],
    preview_only: bool,
    namespaces: &BTreeMap<String, String>,
) -> Result<ApplyPatchResult>
Expand description

Apply patches to a document on disk (Turtle span surgery or XML re-serialize).