byte_equality_checker

Function byte_equality_checker 

Source
pub fn byte_equality_checker(x: &mut File, y: &mut File) -> Result<()>
Expand description

Compares the contents of two files, and returns Ok(()) iff their contents are identical.