Cargo Features
hnsw_rs_thousand_birds has no features set by default.
[dependencies]
hnsw_rs_thousand_birds = { version = "0.1.20", features = ["simdeez_f", "stdsimd"] }
- simdeez_f = simdeez
-
simd on x86/x86_64
- stdsimd = packed_simd_2
-
a beta feature experimental
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- simdeez simdeez_f?
-
Enables simdeez
x86_64 simd stuff , enabled by simdeez_f feature
- packed_simd_2 stdsimd?
-
Enables packed_simd_2
beta