Expand description
Wire format serialization for Fidius plugin FFI boundary.
Fidius uses bincode as the single wire format for all FFI data. Prior to 0.1.0 the format varied by build profile (JSON in debug, bincode in release) — that was removed because profile-mixed host/plugin load rejections caused repeated dev-loop friction with no real inspection benefit to offset them.
Enums§
- Wire
Error - Errors that can occur during wire serialization or deserialization.
Functions§
- deserialize
- Deserialize a value from bincode bytes received across the FFI boundary.
- serialize
- Serialize a value as bincode for transport across the FFI boundary.