Cargo Features
[dependencies]
oem_cp = { version = "2.1.2", default-features = false, features = ["alloc"] }
- default = alloc
-
The
allocfeature is set by default wheneveroem_cpis added withoutsomewhere in the dependency tree.default-features = false - alloc default
oem_cp has 2 features without comments.