Function diff_files

Source
pub fn diff_files(f1: &mut File, f2: &mut File) -> bool
Expand description

Takes two file arguments and returns true if the two files are identical.