Cargo Features
[dependencies]
wnfs-nameaccumulator = { version = "0.2.0", default-features = false, features = ["rug", "num-bigint-dig"] }
- default = num-bigint-dig
-
The
num-bigint-dig
feature is set by default wheneverwnfs-nameaccumulator
is added without
somewhere in the dependency tree.default-features = false - rug
-
Enables rug
Affects
name::DefaultBig
,traits::BigNumRug
… - num-bigint-dig default
-
Enables num-bigint-dig
Affects
name::DefaultBig
,traits::BigNumDig
…