Cargo Features
poststation-fw-icd has no features set by default.
[dependencies]
poststation-fw-icd = { version = "0.4.0", features = ["use-std"] }
- use-std
-
Enables use-std of postcard-schema and std of serde
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.Affects
poststation-fw-icd::bridging.ProxyMessage
,poststation-fw-icd::bridging.BridgeTable
…