tcd/eddy (#54)

This commit is contained in:
michaelachrisco 2019-12-12 13:37:24 -08:00 committed by GitHub
parent 23b142d658
commit 483f3c0756
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,6 +36,7 @@ List of EDI Github Resources. PRs Welcome!
- [irobayna/stupidedi](https://github.com/irobayna/stupidedi) - Ruby API for parsing and generating ASC X12 EDI transactions. - [irobayna/stupidedi](https://github.com/irobayna/stupidedi) - Ruby API for parsing and generating ASC X12 EDI transactions.
- [rwjblue/X12](https://github.com/rwjblue/X12) - X12 Parser - a library to manipulate X12 structures using native Ruby syntax. - [rwjblue/X12](https://github.com/rwjblue/X12) - X12 Parser - a library to manipulate X12 structures using native Ruby syntax.
- [greasysock/CahasEDI-Dashboard](https://github.com/greasysock/CahasEDI-Dashboard) - User interface for CahasEDI-Core built on rails. - [greasysock/CahasEDI-Dashboard](https://github.com/greasysock/CahasEDI-Dashboard) - User interface for CahasEDI-Core built on rails.
- [tcd/eddy](https://github.com/tcd/eddy) - 🧨 EDI toolkit (WIP)
### Rust ### 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. - [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.