pub async fn cmp(
prog_track: &'static Progress,
src: &Path,
dst: &Path,
log: &LogWriter,
settings: &Settings,
) -> Result<Summary>Expand description
Public entry point for compare operations. Internally delegates to cmp_internal with source_root/dest_root tracking for proper filter matching.