Skip to main content

Crate edifact_primitives

Crate edifact_primitives 

Source
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

Structs§

EdifactDelimiters
EDIFACT delimiter characters.
RawSegment
A parsed EDIFACT segment that borrows from the input buffer.
SegmentPosition
Position metadata for a parsed EDIFACT segment.

Enums§

Control
Flow control signal returned by handler methods.
UnaParseError
Error when parsing a UNA service string advice segment.