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