Cargo Features
[dependencies]
seedable_hash = { version = "0.1.1", default-features = false, features = ["sip13", "wyhash", "fnv"] }
- default = wyhash
-
The
wyhash
feature is set by default wheneverseedable_hash
is added without
somewhere in the dependency tree.default-features = false - 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.