Skip to main content

Crate sa3p_parser

Crate sa3p_parser 

Source
Expand description

Streaming parser for SA3P XML-style operator commands.

This crate accepts incrementally streamed bytes and emits:

  • ParserEvent for generic parser consumers.
  • Instruction for 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.

Structs§

InstructionParser
StreamingParser

Enums§

Instruction
ParserError
ParserEvent

Type Aliases§

Attributes