Struct fasthash::murmur2::MurmurAligned2 [] [src]

pub struct MurmurAligned2 {}
[]

MurmurHash2 32-bit aligned hash functions for the little-endian aligned-read-only implementation

Trait Implementations

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

Type of the hasher that will be created.

[]

Creates a new hasher. Read more