ihex 3.0.0

A Rust library for parsing and generating Intel HEX (or IHEX) objects. This format is commonly used for representing compiled program code and data to be loaded into a microcontroller, flash memory or ROM.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
version = "3.0.0"

name = "ihex"
authors = ["Martin Mroz <martinmroz@gmail.com>"]
description = "A Rust library for parsing and generating Intel HEX (or IHEX) objects. This format is commonly used for representing compiled program code and data to be loaded into a microcontroller, flash memory or ROM."
homepage = "http://github.com/martinmroz/ihex"
repository = "http://github.com/martinmroz/ihex"
documentation = "https://martinmroz.github.io/ihex/master/ihex/"
readme = "README.md"
keywords = ["ihex", "intel", "hex"]
license = "MIT OR Apache-2.0"
edition = "2018"

[dependencies]