Cargo Features

[dependencies]
wyhash-final4 = { version = "0.2.2", default-features = false, features = ["std", "wyhash32", "wyhash32condom", "wyhash64", "wyhash64condom"] }
default = std, wyhash32, wyhash32condom, wyhash64, wyhash64condom

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

std default
wyhash32 default

Affects wyhash-final4::wyhash32

wyhash32condom default

Affects wyhash-final4::wyhash32condom

wyhash64 default

Affects wyhash-final4::wyhash64

wyhash64condom default

Affects wyhash-final4::wyhash64condom