50 releases
| new 0.1.52 | Apr 10, 2026 |
|---|---|
| 0.1.51 | Apr 10, 2026 |
| 0.1.13 | Mar 31, 2026 |
#958 in Text processing
59 downloads per month
Used in 6 crates
(5 directly)
23KB
511 lines
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)