docs.rs crates.io Build Status

Overview

Nota bene: There are some instances which will cause panics at parse time. Those are still being worked on. The instances in question are: * Adding a functional group with no iterchange (encountering a GS segment before an ISA segment) * Adding a transaction without a functional group in the interchange (encountering an ST segment before a GS in an interchange) * Adding a segment without a transaction (encountering any segment without a containing ST segment)

If you are parsing valid EDI documents, the parser will never panic.

A quick summary of features

A quick summary of limitations

Roadmap