Skip to main content

compute_diff

Function compute_diff 

Source
pub fn compute_diff<V: DiffableValue>(source: &V, target: &V) -> GenericPatch<V>
Expand description

Compute a diff between two values

This is a generic diff algorithm that works with any DiffableValue.