Skip to main content

diff_modules

Function diff_modules 

Source
pub fn diff_modules(old: &ExportedModule, new: &ExportedModule) -> ModuleDiff
Expand description

Compute the diff between two module versions.

Returns a ModuleDiff describing what was added, removed, or changed.