Cargo Features
[dependencies]
hypertwobits = { version = "0.2.2", default-features = false, features = ["siphash", "mem_dbg"] }
- default = siphash
-
The
siphash
feature is set by default wheneverhypertwobits
is added without
somewhere in the dependency tree.default-features = false - siphash default
-
Enables siphasher
Affects
hypertwobits::SipHasher13Builder
,hypertwobits::SipHasher13DefaultBuilder
…
Features from optional dependencies
- mem_dbg implicit feature