rapace-core: Core types and traits for the rapace RPC system.
This crate defines:
- Frame descriptors ([
MsgDescHot], [MsgDescCold]) - Frame types ([
Frame], [FrameView]) - Message header ([
MsgHeader]) - Transport traits ([
Transport], [DynTransport]) - Encoding traits ([
EncodeCtx], [DecodeCtx]) - Error codes and flags ([
ErrorCode], [FrameFlags], [Encoding]) - Control payloads ([
ControlPayload]) - Validation ([
validate_descriptor], [DescriptorLimits])