Cargo Features
[dependencies]
astro_nalgebra = { version = "0.1.1", default-features = false, features = ["std", "serde", "random"] }
- default = random, serde, std
-
These default features are set whenever
astro_nalgebra
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of astro-float
- serde default
-
Enables serde, serde of astro-float
- random default
-
Enables random of astro-float
astro_nalgebra has 4 features without comments.