Cargo Features
[dependencies]
ndarray_cg = { version = "0.2.0", default-features = false, features = ["full", "enabled"] }
- default full? = enabled
-
The
enabled
feature is set by default wheneverndarray_cg
is added without
somewhere in the dependency tree.default-features = false - full = default
- enabled default
-
Enables bytemuck, derive_tools ~0.29.0, mdmath_core, mod_interface ~0.25.0, ndarray, and num-traits
ndarray_cg has 3 features without comments.