intelhex 0.1.0

Provides tools for working with Intel Hex files
Documentation
[package]
name = "intelhex"
version = "0.1.0"
edition = "2024"
authors = [
    "Tabre Perez <tabre@tabre.com>"
]
description="Provides tools for working with Intel Hex files"
repository="https://github.com/tabre/intelhex"
license="MIT"
keyword=["intel", "hex"]
exclude=[
    ".cargo_vcs_info.json",
    "Cargo.lock"
]

[lib]
name = "intelhex"
path = "src/lib/intelhex.rs"

[dependencies]
bytes = "1.10.1"
hex = "0.4.3"