Cargo Features
[dependencies]
moore-neighborhood = { version = "0.2.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default whenevermoore-neighborhood
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
moore-neighborhood::dynamic
,moore-neighborhood::generic_dimension
…