Cargo Features

postcard-bindgen has no features set by default.

[dependencies]
postcard-bindgen = { version = "0.3.3", features = ["std", "alloc", "generating", "heapless"] }
std

Enables std of postcard-bindgen-core

alloc

Enables alloc of postcard-bindgen-core

generating

Enables generating of postcard-bindgen-core, expanding of postcard-bindgen-derive

heapless

Enables heapless of postcard-bindgen-core

postcard-bindgen has 4 features without comments.