Cargo Features

flexiber has no features set by default.

[dependencies]
flexiber = { version = "0.1.1", features = ["std", "alloc", "derive", "log-warn", "log-error", "heapless"] }
std = alloc
alloc std?

Affects traits::Encodable.encode_to_vec, traits::Encodable.to_vec

derive = flexiber_derive
log-all log-none log-info log-debug log-warn
log-error

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

flexiber_derive derive?
heapless implicit feature

Enables heapless ^0.7.0

heapless:

static friendly data structures that don't require dynamic memory allocation

Affects traits::EncodableHeapless