Crate float_hash_of

Source

Structs§

FloatHashOf
Takes a 64 bit hash, and makes a primitive 63 bit hash using a double. This allows for easy comparison without keeping making heap allocations in JavaScript (eg: string) or requiring low entropy (int)

Functions§

hash_u64_to_f64