Cargo Features
Aljabar has no features set by default.
[dependencies]
aljabar = { version = "1.0.2", features = ["swizzle", "mint", "rand", "serde"] }
- swizzle
Features from optional dependencies
- mint implicit feature
-
Enables mint
mint:
Math interoperability standard types
- rand implicit feature
-
Enables rand ^0.7
rand:
Random number generators and other randomness functionality
- serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework
Affects
array::ArrayVisitor
…