Struct fasthash::farm::FarmHash32[][src]

pub struct FarmHash32 {}

FarmHash 32-bit hash functions

Trait Implementations

impl FastHash for FarmHash32
[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 FarmHash32
[src]

Type of the hasher that will be created.

Creates a new hasher. Read more

Auto Trait Implementations

impl Send for FarmHash32

impl Sync for FarmHash32