pub fn have_same_contents<P: AsRef<Path>>( source: P, target: P, ) -> Result<bool, Error>
Verify if two files have the same contents.