Skip to main content

diff_with_config

Function diff_with_config 

Source
pub fn diff_with_config(
    source: &Expression,
    target: &Expression,
    delta_only: bool,
    config: &DiffConfig,
) -> Vec<Edit>
Expand description

Compare two expressions with custom configuration