Cargo Features
[dependencies]
cell-grid = { version = "0.1.5", default-features = false, features = ["std", "aline", "aline-v01"] }
- default = std
-
The
std
feature is set by default whenevercell-grid
is added without
somewhere in the dependency tree.default-features = false - std default
- aline aline-v01?
-
Enables aline
- aline-v01 = aline
cell-grid has 4 features without comments.