pub fn diff_stat_maps(prev: &StatMap, now: &StatMap) -> StatDiffExpand description
Diff two stat maps into added / modified / deleted (each a sorted path
list). A key only in now is added; only in prev is deleted; in both
with a differing mtime or size is modified.