sa3p-protocol 0.1.3

Binary framing and multiplexing primitives for SA3P transports.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 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.