Cargo Features
[dependencies]
lowestbins = { version = "1.4.1", default-features = false, features = ["simd"] }
- default = simd
-
The
simd
feature is set by default wheneverlowestbins
is added without
somewhere in the dependency tree.default-features = false - simd default = simd-json
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.
- simd-json simd
-
Enables simd-json ^0.6