Cargo Features

[dependencies]
hypertwobits = { version = "0.2.2", default-features = false, features = ["siphash", "mem_dbg"] }
default = siphash

The siphash feature is set by default whenever hypertwobits is added without default-features = false somewhere in the dependency tree.

siphash default

Enables siphasher

Affects hypertwobits::SipHasher13Builder, hypertwobits::SipHasher13DefaultBuilder

Features from optional dependencies

mem_dbg implicit feature