pub fn compute_plugin_diff(
old_scan: &ScanSnapshot,
new_scan: &ScanSnapshot,
) -> ScanDiffExpand description
Compute diff between two plugin snapshots (no file I/O).
pub fn compute_plugin_diff(
old_scan: &ScanSnapshot,
new_scan: &ScanSnapshot,
) -> ScanDiffCompute diff between two plugin snapshots (no file I/O).