Structs§
Enums§
Functions§
- decode_
frame - Decode a length-prefixed frame into a deserialized value. Returns the value and the number of bytes consumed.
- encode_
frame - Encode a serializable value into a length-prefixed frame.
Format:
[4-byte big-endian length][JSON payload]