rapace-core 0.1.0

Core types and traits for rapace RPC
Documentation

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])