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 wheneversuan-core
is added without
somewhere in the dependency tree.default-features = false - 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