Cargo Features
[dependencies]
minidx-core = { version = "0.1.0", default-features = false, features = ["gemm"] }
- default = gemm
-
The
gemm
feature is set by default wheneverminidx-core
is added without
somewhere in the dependency tree.default-features = false - gemm default
minidx-core has 2 features without comments.