pub fn diff(old: &InMemorySchema, new: &InMemorySchema) -> SchemaDiffExpand 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).