Cargo Features

[dependencies]
mdmath_core = { version = "0.2.0", default-features = false, features = ["full", "enabled", "index", "nd", "float", "approx", "inner_product", "general"] }
default full? = enabled

The enabled feature is set by default whenever mdmath_core is added without default-features = false somewhere in the dependency tree.

full = default, general, index, inner_product, nd
enabled default

Enables clone_dyn_types ~0.23.0 and mod_interface ~0.25.0

index full?

Enables ndarray

nd float? full?

Enables ndarray

float approx? inner_product? = nd

Enables num-traits

approx = float

Enables approx

inner_product full? = float
general full?

mdmath_core has 9 features without comments.