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 wheneverhibit_tree
is added without
somewhere in the dependency tree.default-features = false - 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