Cargo Features
[dependencies]
openlimits = { version = "0.3.0", default-features = false, features = ["rust_gmp", "num_bigint"] }
- default = rust_gmp
-
The
rust_gmp
feature is set by default wheneveropenlimits
is added without
somewhere in the dependency tree.default-features = false - rust_gmp default
-
Enables rust_gmp of openlimits-nash
- num_bigint
-
Enables num_bigint of openlimits-nash
openlimits has 3 features without comments.