Cargo Features
[dependencies]
oem_cp = { version = "2.0.0", default-features = false, features = ["alloc"] }
- default = alloc
-
The
alloc
feature is set by default wheneveroem_cp
is added without
somewhere in the dependency tree.default-features = false - alloc default
oem_cp has 2 features without comments.