Expand description
Streaming parser for SA3P XML-style operator commands.
This crate accepts incrementally streamed bytes and emits:
ParserEventfor generic parser consumers.Instructionfor execution/protocol pipelines.
write_file raw content is emitted as Instruction::WriteChunk(Vec<u8>)
so it can map directly to protocol write-chunk frames without
buffering entire files.