pub fn compute_delta(previous: &str, current: &str) -> DeltaResultExpand description
Generate a delta between two versions of content for cache-efficient updates. Returns only the changed portions, prefixed with stable context identifiers.
pub fn compute_delta(previous: &str, current: &str) -> DeltaResultGenerate a delta between two versions of content for cache-efficient updates. Returns only the changed portions, prefixed with stable context identifiers.