Cargo Features

[dependencies]
hibit_tree = { version = "0.1.0-alpha.3", default-features = false, features = ["simd", "may_dangle"] }
default = simd

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

simd default

Enables wide

Affects config::width_128, config::width_256

may_dangle

Allows storing &T in containers.
https://doc.rust-lang.org/nomicon/dropck.html#an-escape-hatch