Cargo Features
[dependencies]
amplify_apfloat = { version = "0.3.1", default-features = false, features = ["std", "alloc", "getrandom", "rand"] }
- default = std
-
The
std
feature is set by default wheneveramplify_apfloat
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of amplify_num
- alloc
-
Enables alloc of amplify_num