Cargo Features
[dependencies]
equix = { version = "0.2.0", default-features = false, features = ["full", "compiler", "experimental", "bucket-array"] }
- default = compiler
-
The
compiler
feature is set by default wheneverequix
is added without
somewhere in the dependency tree.default-features = false - full = compiler
- compiler default full?
- experimental = bucket-array
- bucket-array experimental?
-
For fuzzing only: expose the unstable 'bucket-array' API.