Cargo Features

[dependencies]
wyhash2 = { version = "0.2.1", default-features = false, features = ["std", "nightly"] }
default = std

Default to using the std

std default

Disable for no_std

Enables std of no-std-compat

nightly

Enables nightly features for core intrisics such as likely and unlikely