oshash

Crates.iooshash
lib.rsoshash
version0.1.3
sourcesrc
created_at2022-12-03 15:19:20.591409
updated_at2024-11-08 22:37:56.411659
descriptionAn implementation of https://pypi.org/project/oshash/ in Rust
homepagehttps://github.com/stevenwcarter/oshash-rs
repositoryhttps://github.com/stevenwcarter/oshash-rs
max_upload_size
id729150
size398,839
Steven Carter (stevenwcarter)

documentation

README

oshash

Contains a hashing method that matches the hashing method described here: 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.

Commit count: 13

cargo fmt