Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guedou/xinto
Intel Hexadecimal Object File Format Parser
https://github.com/guedou/xinto
hex rust
Last synced: 1 day ago
JSON representation
Intel Hexadecimal Object File Format Parser
- Host: GitHub
- URL: https://github.com/guedou/xinto
- Owner: guedou
- Created: 2020-02-14T10:25:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T16:28:31.000Z (almost 5 years ago)
- Last Synced: 2024-12-12T16:11:37.516Z (25 days ago)
- Topics: hex, rust
- Language: Rust
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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))