pub fn compute_diff<F>(
old: &str,
new: &str,
options: DiffOptions<'_>,
formatter: F,
) -> DiffBundleExpand description
Compute a structured diff bundle.
pub fn compute_diff<F>(
old: &str,
new: &str,
options: DiffOptions<'_>,
formatter: F,
) -> DiffBundleCompute a structured diff bundle.