cpr_ihex

Crates.iocpr_ihex
lib.rscpr_ihex
version1.0.1
sourcesrc
created_at2024-03-22 00:00:17.267273
updated_at2024-04-26 10:12:36.999745
descriptionA graphical parser and editor for the Intel HEX binary format.
homepagehttps://github.com/cloone8/cpr_ihex
repositoryhttps://github.com/cloone8/cpr_ihex
max_upload_size
id1182163
size171,046
Wouter de Bruijn (cloone8)

documentation

README

cpr_ihex

crate

A graphical parser and editor for the Intel HEX binary format

To run, simply run the executable. The program has some CLI options, which can be seen by running the program with the --help flag.

NOTE

This program is still in development, and as such, it may not be fully functional or stable. If you encounter any issues, please report them in the issues section of the repository.

Install

Any of:

  • cargo install cpr_ihex, if you have cargo installed
  • Download the binary from the releases page (if a pre-built binary is available)
  • Build from source by cloning the repository and running cargo build --release
Commit count: 41

cargo fmt