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

rustc

Affects bitset::rustc

simd

Affects bitset::simd

roaring roaring-simd?

Enables roaring

Affects bitset::roaring

roaring-simd = roaring

Enables simd of roaring

bitvec default

Enables bitvec and take_mut

Affects bitset::bitvec