Cargo Features

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

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

backend-pure default = bigdecimal

Enables backend-pure of suan-core

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.

bigdecimal backend-pure

Enables bigdecimal ^0.3.0