fileparthasher 0.0.4

File hasher to calculate the hash for a section of a file, the hash is `u64` size. The `Write` trait was implemented for it.
Documentation
[lib]
name = "filehasher"
path = "src/filehasher.rs"

[package]
authors = ["0xAA55 <838816058@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "File hasher to calculate the hash for a section of a file, the hash is `u64` size. The `Write` trait was implemented for it."
edition = "2024"
keywords = ["hash", "write"]
license-file = "LICENSE"
name = "fileparthasher"
readme = "Readme.md"
repository = "https://github.com/0xAA55-rs/fileparthasher"
version = "0.0.4"