{"id":13592304,"url":"https://github.com/sezna/edi","last_synced_at":"2025-04-11T02:11:34.807Z","repository":{"id":57623304,"uuid":"212919454","full_name":"sezna/edi","owner":"sezna","description":"An X12 EDI parsing crate.","archived":false,"fork":false,"pushed_at":"2024-06-10T18:13:38.000Z","size":68,"stargazers_count":25,"open_issues_count":2,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T23:35:34.755Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sezna.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["sezna"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-10-04T23:46:45.000Z","updated_at":"2025-02-08T18:49:47.000Z","dependencies_parsed_at":"2024-01-16T22:19:43.736Z","dependency_job_id":"ec76f8b9-7e9c-4427-8186-4db52b7fc72d","html_url":"https://github.com/sezna/edi","commit_stats":{"total_commits":28,"total_committers":3,"mean_commits":9.333333333333334,"dds":0.2142857142857143,"last_synced_commit":"3942f11b9b265f0544c9b2178ddcf889c18c7f72"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sezna%2Fedi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sezna%2Fedi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sezna%2Fedi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sezna%2Fedi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sezna","download_url":"https://codeload.github.com/sezna/edi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247941349,"owners_count":21022028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T16:01:07.837Z","updated_at":"2025-04-11T02:11:34.785Z","avatar_url":"https://github.com/sezna.png","language":"Rust","readme":"![docs.rs](https://docs.rs/edi/badge.svg)\n![crates.io](https://img.shields.io/crates/v/edi.svg)\n[![Build Status](https://travis-ci.org/sezna/edi.svg?branch=master)](https://travis-ci.org/sezna/edi)\n# Overview\n[Check the documentation for more details](https://docs.rs/edi).\n### A quick summary of features\n* Provides two top-level parsing functions: `parse` and `loose_parse`. `loose_parse` is less strict on the format of the incoming EDI document.\n* Parses a valid X12 EDI document into a struct called `EdiDocument`.\n* Provides verbose error messages if the document being parsed is invalid.\n  * Error messages include the actual segment in which the error occurred.\n* `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).\n* `EdiDocument`'s fields are all public and it can be navigated like any other struct for simplicity\n\nSee the [examples directory](https://github.com/sezna/edi/tree/master/examples) for an example.\n\n\n### A quick summary of limitations\n* Cannot accurately determine segment types, as that requires an implementation guide from the individual transactor\n* Cannot detect loops for the same reason as above\n* Only supports standard X12 EDI\n\n\n","funding_links":["https://github.com/sponsors/sezna"],"categories":["Libraries"],"sub_categories":["Rust"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsezna%2Fedi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsezna%2Fedi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsezna%2Fedi/lists"}