normalized-hash
Cross-platform hash algorithm.
This is the library crate. If you're looking for the binary crate instead, go
to normalized-hasher.
Summary
This hashing algorithm allows consistent hashes even if you accidentally
convert a file from using UNIX line endings (LF) to Windows line endings
(CRLF). For a longish motivational speech about how such a thing can happen
and why you should want to even care about such a case, head over to
normalized-hasher.
Code Example
use PathBuf;
use Hasher;