pub fn diff_with_config(
source: &Expression,
target: &Expression,
delta_only: bool,
config: &DiffConfig,
) -> Vec<Edit>Expand description
Compare two expressions with custom configuration
pub fn diff_with_config(
source: &Expression,
target: &Expression,
delta_only: bool,
config: &DiffConfig,
) -> Vec<Edit>Compare two expressions with custom configuration