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.
pub fn compute_diff<V: DiffableValue>(source: &V, target: &V) -> GenericPatch<V>Compute a diff between two values
This is a generic diff algorithm that works with any DiffableValue.