Check the documentation for more details.
parse
and loose_parse
. loose_parse
is less strict on the format of the incoming EDI document.EdiDocument
.EdiDocument
and all data it contains implement Serialize
and Deserialize
from serde
, so zero-copy serialization and deserialization to any serde-able format is supported (this includes json).EdiDocument
's fields are all public and it can be navigated like any other struct for simplicitySee the examples directory for an example.