Cargo Features
[dependencies]
faer-traits = { version = "0.23.2", default-features = false, features = ["std"] }
- default = std
-
The
stdfeature is set by default wheneverfaer-traitsis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of num-complex, num-traits, pulp ^0.21.5, and qd ^0.7.4 and arch of libm
libm:
Enable architecture-specific features such as SIMD or assembly routines.
faer-traits has 2 features without comments.