Cargo Features

[dependencies]
suan-core = { version = "0.0.4", default-features = false, features = ["backend-pure", "backend-rug", "pyo3"] }
default = backend-pure

The backend-pure feature is set by default whenever suan-core is added without default-features = false somewhere in the dependency tree.

backend-pure default = bigdecimal
backend-rug

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 implicit feature

Enables pyo3 ^0.16.0

pyo3:

Bindings to Python interpreter

bigdecimal backend-pure

Enables bigdecimal ^0.3.0