Cargo Features
[dependencies]
indexical = { version = "0.6.1", default-features = false, features = ["rustc", "simd", "roaring", "roaring-simd", "bitvec"] }
- default = bitvec
-
The
bitvec
feature is set by default wheneverindexical
is added without
somewhere in the dependency tree.default-features = false - rustc
-
Affects
bitset::rustc
… - simd
-
Affects
bitset::simd
… - roaring roaring-simd?
-
Enables roaring
Affects
bitset::roaring
… - roaring-simd = roaring
- bitvec default
-
Affects
bitset::bitvec
…