rand and rand-core to 0.9. #18unsafe and without std would fail to compile. #15 and #17cargo install rapidhash.RapidHashBuilder.RapidBuildHasher to replace RapidHashBuilder.Ownership kindly transferred by Justin Bradford to Liam Gray and this repository.
hash function that only hashes on u128 types.rapidhash and rapidhash_seeded functions to hash byte streams.RapidHasher and RapidHasherInline for hashing via a std::hash::Hasher compatible interface.RapidHashMap, RapidInlineHashMap, RapidHashSet, and RapidInlineHashSet helper types.RapidHashBuilder and RapidInlineHashBuilder for std::hash::BuildHasher implementing types compatible with HashMap and HashSet.RapidRandomState for random seed initialisation.RapidRng, rapidrng_fast, and rapidrng_time for random number generation inspired by the wyhash crate but based on rapid_mix.std, rand, rng, and unsafe features.Initial release by Justin Bradford supporting rapidhash on u128 inputs.
hash for rapidhashing u128 types.