Cargo Features
[dependencies]
polynomical = { version = "1.0.0", default-features = false, features = ["std", "alloc", "bigint", "libm", "serde"] }
- default = std
-
The
std
feature is set by default wheneverpolynomical
is added without
somewhere in the dependency tree.default-features = false - std default
- alloc
- bigint
-
Enables num-bigint of num
- libm
- serde
polynomical has 6 features without comments.