From bb2d4addf675577254306282cb48f622d173b2af Mon Sep 17 00:00:00 2001 From: Alex Hansen Date: Wed, 9 Oct 2019 14:21:03 -0500 Subject: [PATCH] Add sezna/edi (#49) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0029b3a..8d16b6b 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ List of EDI Github Resources. PRs Welcome! ### Ruby - [ConsultingMD/ediot](https://github.com/ConsultingMD/ediot) - (Ruby) Electronic Data Interexchange Open Transformer (transforms EDI-834 into CSV) - [irobayna/stupidedi](https://github.com/irobayna/stupidedi) - Ruby API for parsing and generating ASC X12 EDI transactions. +### Rust +- [sezna/edi](https://github.com/sezna/edi) - Rust crate for parsing X12 EDI and acting on it. Supports serialization to a variety of formats including JSON. ## CLI utilities - [azoner/pyx12](https://github.com/azoner/pyx12) - (Python) HIPAA X12 document validator and converter