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
[dependencies]

[package]
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."
documentation = "https://martinmroz.github.io/ihex/master/ihex/"
edition = "2018"
homepage = "http://github.com/martinmroz/ihex"
keywords = ["ihex", "intel", "hex"]
license = "MIT OR Apache-2.0"
name = "ihex"
readme = "README.md"
repository = "http://github.com/martinmroz/ihex"
version = "3.0.0"