# xinto - Intel Hexadecimal Object File Format Parser [![crates.io badge](https://img.shields.io/crates/v/xinto.svg)](https://crates.io/crates/xinto) [![Twitter Follow](https://img.shields.io/twitter/follow/guedou.svg?style=social)](https://twitter.com/intent/follow?screen_name=guedou) Written in Rust, `xinto` is a simple Intel Hex parser that outputs a JSON document. ## Demo ![xinto demo](https://raw.githubusercontent.com/guedou/xinto/master/data/demo.svg?sanitize=true) ## Installation `xinto` can easily be installed using `cargo`, either from `crates.io`with `cargo install xinto` or from `github` with `cargo install --git https://github.com/guedou/xinto` ## Specifications - https://en.wikipedia.org/wiki/Intel_HEX - https://archive.org/details/IntelHEXStandard/ ([local copy](https://github.com/guedou/xinto/blob/master/docs/Intel%20HEX%20Standard.pdf))