Cargo Features
[dependencies]
approx_det = { version = "2.0.0", default-features = false, features = ["std", "libm_fallback", "libm_force", "num-complex"] }
- default = std
-
The
stdfeature is set by default wheneverapprox_detis added withoutsomewhere in the dependency tree.default-features = false - std default
- libm_fallback = libm
- libm_force = libm
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.
- num-complex implicit feature
-
Enables num-complex
num-complex:
Complex numbers implementation for Rust
- libm libm_fallback? libm_force?