Cargo Features
[dependencies]
llml_simd = { version = "0.1.6", default-features = false, features = ["use_std", "use_avx", "random", "serialize"] }
- default = use_std
-
The
use_std
feature is set by default wheneverllml_simd
is added without
somewhere in the dependency tree.default-features = false - use_std default
- force_naive use_avx
- random = rand
- serialize = serde
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.