Skip to main content

diff

Function diff 

Source
pub fn diff(old: &InMemorySchema, new: &InMemorySchema) -> SchemaDiff
Expand description

Compute the diff between old and new.

The function is deterministic and side-effect-free; running it twice on the same inputs always yields identical output (sorted by path).