# sa3p-protocol
Binary framing and multiplexing primitives for SA3P transports.
## Features
- Fixed binary frame format with typed opcode support.
- Incremental decode via `FrameCodec`.
- Stream queue multiplexing via `Multiplexer`.
- Parser bridge helper for `Instruction::WriteChunk -> opcode 0x02`.
See repository docs for protocol details and integration examples.