Struct lrs::hash::xx_hash::XxHash32

An implementation of the xxHash algorithm.

Syntax

struct XxHash32 {
    /* private fields */
}

Trait implementations

NameDescription
Hasher

Objects that can hash other objects.