Cargo Features

Al_Jabr has no features set by default.

[dependencies]
al-jabr = { version = "0.5.3", features = ["swizzle", "mint", "rand", "serde", "approx"] }
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

approx implicit feature

Enables approx

approx:

Approximate floating point equality comparisons and assertions