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 wheneverpostcard-bindgen-core
is added without
somewhere in the dependency tree.default-features = false - 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
…