Cargo Features
[dependencies]
faer-lu = { version = "0.17.1", default-features = false, features = ["std", "perf-warn", "rayon", "nightly"] }
- default = rayon, std
-
These default features are set whenever
faer-lu
is added without
somewhere in the dependency tree.default-features = false - std default rayon
-
Enables std of faer-core and pulp ^0.18.8
- perf-warn = log
- rayon default = std
- nightly
-
Enables nightly of faer-core and pulp ^0.18.8
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.