Cargo Features

num-dual has no features set by default.

[dependencies]
num-dual = { version = "0.9.1", features = ["python_macro", "python", "linalg", "serde"] }
python_macro python?
python = ndarray, numpy, pyo3, python_macro

Affects num-dual::python

linalg = ndarray

Affects num-dual::linalg

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

pyo3 python?
ndarray linalg? python?
numpy python?
serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework