Cargo Features
[dependencies]
mcdm = { version = "0.4.0", default-features = false, features = ["no_std", "std"] }
- default = std
-
The
stdfeature is set by default whenevermcdmis added withoutsomewhere in the dependency tree.default-features = false - no_std
-
Enables alloc and libm of nalgebra ^0.33
- std default
-
Enables std of nalgebra ^0.33
MCDM has 3 features without comments.