Struct fasthash::city::CityHash64[][src]

pub struct CityHash64 {}

CityHash 64-bit hash functions

Methods

impl CityHash64
[src]

Hash functions for a byte array. For convenience, seeds are also hashed into the result.

Trait Implementations

impl FastHash for CityHash64
[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.

impl BuildHasher for CityHash64
[src]

Type of the hasher that will be created.

Creates a new hasher. Read more

Auto Trait Implementations

impl Send for CityHash64

impl Sync for CityHash64