Cargo Features

[dependencies]
eytzinger = { version = "1.1.1", default-features = false, features = ["heap-permutator", "heap-permutator-sparse", "branchless"] }
default = heap-permutator, heap-permutator-sparse

These default features are set whenever eytzinger is added without default-features = false somewhere in the dependency tree.

heap-permutator default = nonmax

Affects eytzinger::permutation.HeapPermutator

heap-permutator-sparse default = nohash-hasher

Affects eytzinger::permutation.SparseHeapPermutator

branchless

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

nohash-hasher heap-permutator-sparse
nonmax heap-permutator