have_same_contents

Function have_same_contents 

Source
pub fn have_same_contents<P: AsRef<Path>>(
    source: P,
    target: P,
) -> Result<bool, Error>
Expand description

Verify if two files have the same contents.