pub fn hash_file_with_seed(file: &mut File, seed: u64) -> Result<u64, Error>
Computes a hash for a std::fs::File object using rapidhash with a specified seed.
std::fs::File
rapidhash