Cargo Features

[dependencies]
autobahn-hash = { version = "0.1.0", default-features = false, features = ["std", "multiversion"] }
default = multiversion

The multiversion feature is set by default whenever autobahn-hash is added without default-features = false somewhere in the dependency tree.

std multiversion

Affects autobahn-hash::RandomState

multiversion default = std

Enables multiversion

Affects autobahn-hash::hash_64, autobahn-hash::hash_128, autobahn-hash::hash_256