Cargo Features
[dependencies]
polynomial_ops = { version = "0.1.8", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverpolynomial_ops
is added without
somewhere in the dependency tree.default-features = false - std default
polynomial_ops has 2 features without comments.