oshash 0.1.3

An implementation of https://pypi.org/project/oshash/ in Rust
Documentation
1
2
3
4
5
6
7
8
# oshash

Contains a hashing method that matches the hashing method described 
here: [https://pypi.org/project/oshash/](https://pypi.org/project/oshash/) 
This hashing method is particularly useful when you don’t want to read 
an entire file’s bytes to generate a hash, provided you trust that any 
changes to the file will cause byte differences in the first and last
bytes of the file, or a change to its file size.