Cargo Features

[dependencies]
postcard-bindgen-core = { version = "0.4.0", default-features = false, features = ["std", "alloc", "heapless", "generating"] }
default = generating

The generating feature is set by default whenever postcard-bindgen-core is added without default-features = false somewhere in the dependency tree.

std generating = alloc
alloc std?
heapless

Enables heapless

generating default = std

Enables convert_case and genco

Affects postcard-bindgen-core::code_gen, postcard-bindgen-core::Exports, postcard-bindgen-core::ExportFile