Struct fasthash::city::CityHashCrc128[][src]

pub struct CityHashCrc128 {}

CityHash 128-bit hash functions using HW CRC instruction.

Trait Implementations

impl FastHash for CityHashCrc128
[src]

The output hash generated value.

The seed to generate hash value.

Hash functions for a byte array.

Hash functions for a byte array. For convenience, a seed is also hashed into the result. Read more

impl BuildHasher for CityHashCrc128
[src]

Type of the hasher that will be created.

Creates a new hasher. Read more

Auto Trait Implementations