This library provides bindings for the ASC X12 standard.
The types should be used inconjuction with a X12 serializer.
We do recommend the serde_x12
crate, since we are using this serializer for testing.
So far, there is also no validation attached to the structs.
Something missing? Please open an issue.
Since the X12 is fairly huge, we only implement types on demand. So if you are missing some types, please open an issue or merge request.