Cargo Features

[dependencies]
equix = { version = "0.1.5", default-features = false, features = ["full", "compiler", "experimental", "bucket-array"] }
default = compiler

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

full = compiler

Enables full of hashx

compiler default full?

Enables compiler of hashx

experimental = bucket-array
bucket-array experimental?

For fuzzing only: expose the unstable 'bucket-array' API.