edifact-types

Crates.ioedifact-types
lib.rsedifact-types
version0.4.0
sourcesrc
created_at2022-11-19 20:57:05.927374
updated_at2023-10-09 12:46:29.701003
descriptionBindings for the Edifact standard
homepage
repositoryhttps://github.com/apimeister/edifact-types/
max_upload_size
id718697
size187,076
Alexander Kunde (alexkunde)

documentation

https://docs.rs/edifact-types/

README

Edifact-types

Latest Version

This library provides bindings for the Edifact standard.

Usage

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.

Supported Bindings

  • d95b
    • coprar
  • d00b
    • iftsta

Something missing? Please open an issue.

Contributions

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.

Commit count: 45

cargo fmt