Struct fasthash::city::CityHash32[][src]

pub struct CityHash32 {}

CityHash 32-bit hash functions

Trait Implementations

impl FastHash for CityHash32
[src]

The output hash generated value.

The seed to generate hash value.

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

Hash functions for a byte array.

impl BuildHasher for CityHash32
[src]

Type of the hasher that will be created.

Creates a new hasher. Read more

Auto Trait Implementations

impl Send for CityHash32

impl Sync for CityHash32