pub fn hash32<T>(v: &T) -> u32where T: Hash + ?Sized,
A convenience function for when you need a quick 32-bit hash.