sa3p-parser 0.1.0

Streaming XML-style parser for SA3P operator commands.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# sa3p-parser

Streaming XML-style parser for SA3P operator commands.

## Features

- Incremental byte feeding for streamed model output.
- Raw-body tag handling for command bodies (`write_file`, `search`, `replace`, `terminal`).
- Typed parser events and instruction stream output.
- `write_file` body chunks emitted as `Instruction::WriteChunk(Vec<u8>)` for direct binary-frame mapping.

See workspace docs in the repository root for full architecture and protocol details.