Define the basic frame format and codec for the transport/wire. This should utilize postcard for serializing messages into bytes. We also need to define a common message shape and layout + custom parsing. Make it extensible for new messages shapes.
Furthermore, it should also contain idiomatic errors and handle them accordingly.
Define the basic frame format and codec for the transport/wire. This should utilize
postcardfor serializing messages into bytes. We also need to define a common message shape and layout + custom parsing. Make it extensible for new messages shapes.Furthermore, it should also contain idiomatic errors and handle them accordingly.