bin_file 0.1.4

Mangling of various file formats that conveys binary information (Motorola S-Record, Intel HEX, TI-TXT and binary files).
Documentation
[dependencies.ansic]
version = "0.1.7"

[dependencies.bytesize]
version = "2.0.1"

[dependencies.regex]
version = "1.11.2"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[features]
serde = ["dep:serde"]

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

[package]
authors = ["Robert Ernst"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "embedded", "encoding"]
description = "Mangling of various file formats that conveys binary information (Motorola S-Record, Intel HEX, TI-TXT and binary files)."
edition = "2021"
keywords = ["srec", "ihex", "intel_hex", "motorola"]
license = "MIT OR Apache-2.0"
name = "bin_file"
readme = "README.md"
repository = "https://gitlab.com/robert.ernst.paf/bin_file"
version = "0.1.4"