Skip to main content

generic_compute_diff

Function generic_compute_diff 

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

Compute a diff between two values

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