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