Function diff

Source
pub fn diff(f1: &str, f2: &str) -> bool
Expand description

Takes two string filepaths and returns true if the two files are identical and exist.