Cargo Features

[dependencies]
encdec = { version = "0.10.0", default-features = false, features = ["std", "alloc", "heapless", "nightly", "bitflags"] }
default = alloc, heapless, std

These default features are set whenever encdec is added without default-features = false somewhere in the dependency tree.

std default

Enables std of encdec-base

alloc default

Enables alloc of encdec-base

heapless default

Enables heapless of encdec-base

nightly
bitflags

Enables bitflags of encdec-base

EncDec has 6 features without comments.