Expand description
Serde-free AST wire codec. QAIL wire codec (parser-friendly, serde-free for AST payloads).
This module provides compact encodings that round-trip through the canonical QAIL text formatter + parser, so consumers can transport AST commands without requiring serde derives on AST types.
Functionsยง
- decode_
cmd_ binary - Decode one command from compact binary wire format.
- decode_
cmd_ text - Decode one command from text wire format.
- decode_
cmds_ text - Decode multiple commands from text wire format.
- encode_
cmd_ binary - Encode one command into compact binary wire format.
- encode_
cmd_ text - Encode one command into versioned text wire format.
- encode_
cmds_ text - Encode multiple commands into versioned text wire format.