Crates.io | edifact-types |
lib.rs | edifact-types |
version | 0.4.0 |
source | src |
created_at | 2022-11-19 20:57:05.927374 |
updated_at | 2023-10-09 12:46:29.701003 |
description | Bindings for the Edifact standard |
homepage | |
repository | https://github.com/apimeister/edifact-types/ |
max_upload_size | |
id | 718697 |
size | 187,076 |
This library provides bindings for the Edifact standard.
The types should be used inconjuction with a Edifact serializer.
We do recommend the serde_edifact
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 Edifact is fairly huge, we only implement types on demand. So if you are missing some types, please open an issue or merge request.