Cargo Features

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

These default features are set whenever ph is added without default-features = false somewhere in the dependency tree.

wyhash default

Enables wyhash of seedable_hash

sip13

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

Enables wyhash of seedable_hash

fnv

Enables fnv of seedable_hash

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.

aligned-vec 32-bit default