Cargo Features
[dependencies]
adv_linalg_lib = { version = "0.1.1", default-features = false, features = ["no_std", "full"] }
- default = full
-
The
full
feature is set by default wheneveradv_linalg_lib
is added without
somewhere in the dependency tree.default-features = false - no_std full
- full default = no_std
Adv_LinAlg_Lib has 3 features without comments.