Cargo Features

FlipHash has no features set by default.

[dependencies]
fliphash = { version = "0.1.0", features = ["xxh3"] }
xxh3 = xxhash-rust

Affects fliphash::fliphash_xxh3_64, fliphash::fliphash_xxh3_64_with_seed, fliphash::fliphash_const_xxh3_64, fliphash::fliphash_const_xxh3_64_with_seed, fliphash::fliphash_xxh3_128, fliphash::fliphash_xxh3_128_with_seed, fliphash::fliphash_const_xxh3_128, fliphash::fliphash_const_xxh3_128_with_seed

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

xxhash-rust xxh3?