Cargo Features
[dependencies]
can-types = { version = "0.9.1", default-features = false, features = ["alloc"] }
- default = alloc
-
The
allocfeature is set by default whenevercan-typesis added withoutsomewhere in the dependency tree.default-features = false - alloc default
-
Affects
conversion::Conversion.into_hex…