Cargo Features
[dependencies]
cobs2 = { version = "0.1.4", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default whenevercobs2
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
-
Affects
cobs::encode_vector
,cobs::decode_vector
,cobsr::encode_vector
,cobsr::decode_vector
…