Cargo Features

xxhash-rust has no features set by default.

[dependencies]
xxhash-rust = { version = "0.8.10", features = ["xxh32", "const_xxh32", "xxh64", "const_xxh64", "xxh3", "const_xxh3"] }
xxh32

XXH32 makes sense only on 32bit platforms
Enable xxh32 implementation

Affects xxhash-rust::xxh32

const_xxh32

Enable const xxh32 implementation

Affects xxhash-rust::const_xxh32

xxh64

Enable xxh64 implementation

Affects xxhash-rust::xxh64

const_xxh64

Enable const xxh64 implementation

Affects xxhash-rust::const_xxh64

xxh3

Enable xxh3 implementation

Affects xxhash-rust::xxh3

const_xxh3

Enable const xxh3 implementation

Affects xxhash-rust::const_xxh3