Cargo Features

[dependencies]
ph = { version = "0.8.3", default-features = false, features = ["sip13", "wyhash", "fnv"] }
default = wyhash

The wyhash feature is set by default whenever ph is added without default-features = false somewhere in the dependency tree.

sip13

if enabled, makes available BuildSip13 that uses Sip13 from compilter internals

Affects seedable_hash::BuildSip13, seedable_hash::BuildDefaultSeededHasher

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.

wyhash default

Affects seedable_hash::BuildWyHash, seedable_hash::BuildDefaultSeededHasher

fnv implicit feature

Enables fnv

fnv:

Fowler–Noll–Vo hash function

Affects seedable_hash::BuildDefaultSeededHasher