Module specialize

Source

Macrosยง

call_hasher_impl_fixed_length ๐Ÿ”’
call_hasher_impl_u64 ๐Ÿ”’

Traitsยง

CallHasher ๐Ÿ”’
Provides a way to get an optimized hasher for a given data type. Rather than using a Hasher generically which can hash any value, this provides a way to get a specialized hash for a specific type. So this may be faster for primitive types.