Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 279 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 279 Bytes

file_compare_ext

Extension trait for the File struct that adds a method for directly comparing two files Note: For comparing more than two files, it's generally better to use a hash function. Meowhash in particular is designed specifically for this and is very efficient at it.