Skip to main content

compute_diff_with_options

Function compute_diff_with_options 

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

Compute a diff with custom options