Cargo Features
postcard-bindgen-core has no features set by default.
[dependencies]
postcard-bindgen-core = { version = "0.7.0", features = ["std", "alloc", "heapless", "generating"] }
- std generating? = alloc
- alloc std?
- heapless
-
Enables heapless
- generating = std
-
Enables convert_case ^0.6.0, genco, and tree-ds
Affects
postcard-bindgen-core::code_gen
,postcard-bindgen-core::path
,postcard-bindgen-core::registry
,postcard-bindgen-core::type_info
,postcard-bindgen-core::Exports
,postcard-bindgen-core::ExportFile
…