Cargo Features
[dependencies]
autobahn-hash = { version = "0.1.0", default-features = false, features = ["std", "multiversion"] }
- default = multiversion
-
The
multiversion
feature is set by default wheneverautobahn-hash
is added without
somewhere in the dependency tree.default-features = false - std multiversion
-
Affects
autobahn-hash::RandomState
… - multiversion default = std
-
Enables multiversion
Affects
autobahn-hash::hash_64
,autobahn-hash::hash_128
,autobahn-hash::hash_256
…