Cargo Features
[dependencies]
indexical = { version = "0.10.3", default-features = false, features = ["rustc", "simd", "roaring", "roaring-simd", "bitvec", "serde"] }
- default = bitvec
-
The
bitvecfeature is set by default wheneverindexicalis added withoutsomewhere 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
-
Enables bitvec
Affects
bitset::bitvec… - serde