pub fn diff_modules(old: &ExportedModule, new: &ExportedModule) -> ModuleDiffExpand description
Compute the diff between two module versions.
Returns a ModuleDiff describing what was added, removed, or changed.
pub fn diff_modules(old: &ExportedModule, new: &ExportedModule) -> ModuleDiffCompute the diff between two module versions.
Returns a ModuleDiff describing what was added, removed, or changed.