Expand description
Shared EDIFACT primitive types.
This crate defines the core data structures used across the EDIFACT parser and automapper pipeline. It has zero external dependencies.
§Types
EdifactDelimiters— the six delimiter charactersSegmentPosition— byte offset and segment/message numberingRawSegment— zero-copy parsed segment borrowing from the input bufferControl— handler flow control (Continue / Stop)
Structs§
- Edifact
Delimiters - EDIFACT delimiter characters.
- RawSegment
- A parsed EDIFACT segment that borrows from the input buffer.
- Segment
Position - Position metadata for a parsed EDIFACT segment.
Enums§
- Control
- Flow control signal returned by handler methods.
- UnaParse
Error - Error when parsing a UNA service string advice segment.