Skip to main content

compute_delta

Function compute_delta 

Source
pub fn compute_delta(previous: &str, current: &str) -> DeltaResult
Expand description

Generate a delta between two versions of content for cache-efficient updates. Returns only the changed portions, prefixed with stable context identifiers.