8 releases (2 stable)
1.0.1 | Apr 26, 2024 |
---|---|
1.0.0 | Apr 2, 2024 |
0.5.1 | Mar 30, 2024 |
0.4.0 | Mar 24, 2024 |
0.1.0 | Mar 22, 2024 |
#2614 in Parser implementations
646 downloads per month
46KB
923 lines
cpr_ihex
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
Dependencies
~13–31MB
~526K SLoC