Cargo Features
[dependencies]
postcard-bindgen = { version = "0.4.0", default-features = false, features = ["std", "alloc", "generating", "heapless"] }
- default = generating
-
The
generating
feature is set by default wheneverpostcard-bindgen
is added without
somewhere in the dependency tree.default-features = false - std
-
Enables std of postcard-bindgen-core
- alloc
-
Enables alloc of postcard-bindgen-core
- generating default
-
Enables generating of postcard-bindgen-core, expanding of postcard-bindgen-derive
Affects
postcard-bindgen::javascript
,postcard-bindgen::python
… - heapless
-
Enables heapless of postcard-bindgen-core