Cargo Features
[dependencies]
rust-clacc = { version = "3.6.0", default-features = false, features = ["gmp", "bigint"] }
- default = bigint
-
The
bigint
feature is set by default wheneverrust-clacc
is added without
somewhere in the dependency tree.default-features = false - gmp
-
Enables rust-gmp
Affects
rust-clacc::gmp
… - bigint default
-
Enables num-bigint and num-integer, num-bigint of num-modular ^0.5.1
Affects
rust-clacc::bigint
…