3 releases

0.0.3 Mar 23, 2024
0.0.2 Mar 20, 2024
0.0.1 Mar 18, 2024

#1590 in Command line utilities

Download history 96/week @ 2024-03-13 327/week @ 2024-03-20 26/week @ 2024-03-27 25/week @ 2024-04-03

53 downloads per month

MIT/Apache

15KB
144 lines

Crates.io Version Crates.io Total Downloads License

ixv

🦀 A CLI application for verifying intel hex file(s).

Install

Binaries

  1. Binaries are placed in the releases, you can choose depending on your OS.
  2. Download and extract the binary and you are all set to use the tool.

Cargo

$ cargo install ixv

Usage

$ ixv [OPTIONS] [HEX_FILE]...

Arguments:

[HEX_FILE]...  Path to one or more hex file(s)

Options:

  -p, --pb       Show progress bar
  -h, --help     Print help
  -V, --version  Print version

About tool name

ixv ==> intel hex verifier

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~3–10MB
~99K SLoC