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